UNPKG

@rimbu/deep

Version:

Tools to use handle plain JS objects as immutable objects

8 lines (7 loc) 270 B
export type { Protected } from './protected.cjs'; export { Path } from './path.cjs'; export { type Match } from './match.cjs'; export type { Patch } from './patch.cjs'; export type { Selector } from './selector.cjs'; import * as Deep from './deep.cjs'; export { Deep };