UNPKG

valtio

Version:

🧙 Valtio makes proxy-state simple for React and Vanilla

8 lines (7 loc) • 354 B
export { subscribeKey } from './utils/subscribeKey'; export { watch } from './utils/watch'; export { devtools } from './utils/devtools'; export { deepClone } from './utils/deepClone'; export { unstable_deepProxy } from './utils/deepProxy'; export { proxySet, isProxySet } from './utils/proxySet'; export { proxyMap, isProxyMap } from './utils/proxyMap';