| 1 | import {applyPatch, applyPatches} from '../../libesm/patch/apply.js'; |
| 2 | import {parsePatch} from '../../libesm/patch/parse.js'; |
| 3 | import {createPatch} from '../../libesm/patch/create.js'; |
| 4 | import {structuredPatch} from '../../libesm/patch/create.js'; |
nothing calls this directly
no test coverage detected