Skip to main content
Module

x/deepmergets/dist/deno/utils.ts>getObjectType

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

Get the type of the given object.

Parameters

object: unknown
  • The object to get the type of.

Returns

The type of the given object.