structured-clone.d.ts 108 B

123
  1. declare const structuredClone: <T>(any: T, options?: { lossy?: boolean }) => T
  2. export { structuredClone };