structuredClone<T> function
Implementation
T structuredClone<T>(
T value, [
_i3.StructuredSerializeOptions? options,
]) =>
_i4.callMethod(
_self,
'structuredClone',
[
value,
options ?? _i6.undefined,
],
);