UNPKG

rabbit-ear

Version:
8 lines 262 B
/** * @description Export "structuredClone" if it exists, * otherwise export the polyfill method. * @param {object} object * @returns {object} a deep copy of the input object */ export const clone: typeof structuredClone; //# sourceMappingURL=clone.d.ts.map