Skip to main content
Module

x/libpkgx/src/deps.ts>is_what.PlainObject

`import`… but with pkging powers
Very Popular
Go to Latest
type alias is_what.PlainObject
import { type is_what } from "https://deno.land/x/libpkgx@v0.17/src/deps.ts";
const { PlainObject } = is_what;
definition: Record<string | number | symbol, any>