1// work around limited import syntax from ojs 2 3import jsonpatch from "https://esm.sh/fast-json-patch"; 4export { jsonpatch }; 5 6