Skip to content

Commit a864dc6

Browse files
committed
feat(proxy-state-tree): export PATH so that external libraries can use it
this is useful for libraries doing introspection
1 parent fe3ffc2 commit a864dc6

File tree

1 file changed

+2
-2
lines changed
  • packages/node_modules/proxy-state-tree/src

1 file changed

+2
-2
lines changed

packages/node_modules/proxy-state-tree/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import proxify, { IS_PROXY, STATUS } from './proxify'
1+
import proxify, { IS_PROXY, PATH, STATUS } from './proxify'
22
const isPlainObject = require('is-plain-object')
33

44
export type Options = {
@@ -197,5 +197,5 @@ class ProxyStateTree {
197197
}
198198
}
199199

200-
export { IS_PROXY }
200+
export { IS_PROXY, PATH }
201201
export default ProxyStateTree

0 commit comments

Comments
 (0)