UNPKG

valtio

Version:

🧙 Valtio makes proxy-state simple for React and Vanilla

7 lines (6 loc) • 274 B
export { subscribeKey } from './utils/subscribeKey'; export { watch } from './utils/watch'; export { devtools } from './utils/devtools'; export { deepClone } from './utils/deepClone'; export { proxySet } from './utils/proxySet'; export { proxyMap } from './utils/proxyMap';