@winglet/json
Version:
TypeScript library for safe and efficient JSON data manipulation with RFC 6901 (JSON Pointer) and RFC 6902 (JSON Patch) compliance, featuring prototype pollution protection and immutable operations
6 lines (5 loc) • 358 B
TypeScript
export { applyPatch, type ApplyPatchOptions } from './applyPatch/index.js';
export { compare, type CompareOptions } from './compare/index.js';
export { difference } from './difference/index.js';
export { mergePatch } from './mergePatch/index.js';
export type { Patch, TestPatch, AddPatch, ReplacePatch, RemovePatch, CopyPatch, MovePatch, } from './type.js';