W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
structuredClone
function
structuredClone
(
value
:
any
,
options?
:
StructuredSerializeOptions
)
:
any
;
structuredClone(
value
:
any
,
options?
:
StructuredSerializeOptions
)
:
any
Parameters
value
:
any
options?
:
StructuredSerializeOptions
optional
Return Type
any
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/structuredClone