Skip to main content
Go to Latest
function deepClone
import { deepClone } from "https://deno.land/x/simple_utility@v1.3.5/mod.universal.ts";

structuredClone() with argument type added to return value.

Examples

Example 1

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