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