UNPKG

immutable-path

Version:

Immutable `get`, `set`, `has`, `unset` deep path operations libraray for object, array and `Map`.

3 lines 185 B
export { Key, Source, Path, Options, UnsetOptions, SetFunction } from "./util/types"; export { get, set, unset, has } from "./immutable-object-path"; //# sourceMappingURL=index.d.ts.map