UNPKG

immutable-json-patch

Version:

Immutable JSON patch with support for reverting operations

9 lines 394 B
export { deleteIn, existsIn, getIn, insertAt, setIn, transform, updateIn } from './immutabilityHelpers.js'; export { immutableJSONPatch, parseFrom, parsePath } from './immutableJSONPatch.js'; // utils export * from './jsonPointer.js'; export { revertJSONPatch } from './revertJSONPatch.js'; export * from './typeguards.js'; // types export * from './types.js'; //# sourceMappingURL=index.js.map