Skip to main content
Module

x/is_what/dist/isPlainObject.d.ts>PlainObject

JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.
Latest
type alias PlainObject
import { type PlainObject } from "https://deno.land/x/is_what@v5.0.2/dist/isPlainObject.d.ts";
definition: [key in string | number | symbol]: unknown