Skip to main content
Module

x/deepmergets/dist/deno/actions.ts>actions

Deeply merge 2 or more objects respecting type information.
Go to Latest
variable actions
import { actions } from "https://deno.land/x/deepmergets@v7.0.1/dist/deno/actions.ts";

Special values that tell deepmerge to perform a certain action.

type

{ defaultMerge: symbol; skip: symbol; }