Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deepmergets/dist/deno/utils.ts

Deeply merge 2 or more objects respecting type information.
Go to Latest
import * as deepmergets from "https://deno.land/x/deepmergets@v5.0.0-next.2/dist/deno/utils.ts";

Enums

The different types of objects deepmerge-ts support.

Functions

Get an iterable object that iterates over the given iterables.

Get the keys of the given objects including symbol keys.

Get the type of the given object.

Does the given object have the given property.