export { applyPatch, applyPatchImmutable } from './apply.js'; export { applyJsonPatch, applyJsonPatchImmutable } from './json-patch.js'; export { normalizePatch } from './normalize.js'; export { assertPatch } from './patch-validate.js'; export { OP_APPEND, OP_ARRAY_ASSIGN, OP_ARRAY_MOVE, OP_ARRAY_OBJECT_ASSIGN, OP_ARRAY_OBJECT_FIELD_ASSIGN, OP_ARRAY_SPLICE, OP_ARRAY_TUPLE_ASSIGN, OP_ARRAY_TWO_FIELD_INSERT, OP_ASSIGN, OP_REMOVE, OP_SCALAR_ARRAY_REPLACE, OP_SET, OP_STRING_COPY, OP_STRING_SPLICE, OP_TRUNCATE } from './constants.js'; export type { ApplyOptions, JsonPatch, JsonPatchOperation, JsonPath, JsonValue, NormalizeOptions, Patch, PatchOperation } from './types.js'; //# sourceMappingURL=patch.d.ts.map