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

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

Deeply merge 2 or more objects respecting type information.
Go to Latest
function getObjectType
import { getObjectType } from "https://deno.land/x/deepmergets@v5.1.0/dist/deno/mod.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.