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

x/poolifier/src/utils.ts>isPlainObject

Fast and small web worker pool
Latest
variable isPlainObject
import { isPlainObject } from "https://deno.land/x/poolifier@v0.3.14/src/utils.ts";

Is the given value a plain object?

type

(value: unknown) => value is object