UNPKG

@rimbu/deep

Version:

Tools to use handle plain JS objects as immutable objects

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