UNPKG

immutable-json-patch

Version:

Immutable JSON patch with support for reverting operations

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