MCPcopy Create free account
hub / github.com/Starcounter-Jack/JSON-Patch / core.mjs

File core.mjs

module/core.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { PatchError, _deepClone, isInteger, unescapePathComponent, hasUndefined } from './helpers.mjs';
2export var JsonPatchError = PatchError;
3export var deepClone = _deepClone;
4/* We use a Javascript hash to store each

Callers

nothing calls this directly

Calls 5

_deepCloneFunction · 0.90
isIntegerFunction · 0.90
getValueByPointerFunction · 0.70
applyOperationFunction · 0.70
_areEqualsFunction · 0.70

Tested by

no test coverage detected