Skip to main content
Module

x/simple_utility/mod.full.ts>deepClone

Simplify processing for Deno.
Go to Latest
function deepClone
Re-export
import { deepClone } from "https://deno.land/x/simple_utility@v2.0.4/mod.full.ts";

structuredClone() with argument type added.

Examples

Example 1

const clone = deepClone({
    aaa: {
        bbb: true
    }
});

Parameters

data: T
optional
transfers: (Transferable | ArrayBufferView)[]