| 1 | import { PatchError, _deepClone, isInteger, unescapePathComponent, hasUndefined } from './helpers.mjs'; |
| 2 | export var JsonPatchError = PatchError; |
| 3 | export var deepClone = _deepClone; |
| 4 | /* We use a Javascript hash to store each |
nothing calls this directly
no test coverage detected