Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/localekit/mod.ts>Is.isObject

A translation plugin for Deno
Latest
variable Is.isObject
import { Is } from "https://deno.land/x/localekit@2.2.0/mod.ts";
const { isObject } = Is;

Checks if a value is an object.

type

(value: unknown) => boolean