structuredClone<T> function

T structuredClone<T>(
  1. T value, [
  2. StructuredSerializeOptions? options
])

Implementation

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