UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

5 lines 331 B
import _structuredClone from "core-js-pure/stable/structured-clone.js"; import structuredClonePolyfill from '@ungap/structured-clone'; const cloneFunction = typeof _structuredClone !== 'undefined' ? _structuredClone : structuredClonePolyfill; export { cloneFunction as structuredClone }; //# sourceMappingURL=structuredClone.js.map