We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3ffc2 commit a864dc6Copy full SHA for a864dc6
packages/node_modules/proxy-state-tree/src/index.ts
@@ -1,4 +1,4 @@
1
-import proxify, { IS_PROXY, STATUS } from './proxify'
+import proxify, { IS_PROXY, PATH, STATUS } from './proxify'
2
const isPlainObject = require('is-plain-object')
3
4
export type Options = {
@@ -197,5 +197,5 @@ class ProxyStateTree {
197
}
198
199
200
-export { IS_PROXY }
+export { IS_PROXY, PATH }
201
export default ProxyStateTree
0 commit comments