Skip to main content
Module

std/node/util.ts>isBoolean

Deno standard library
Go to Latest
function isBoolean
Deprecated
Deprecated
  • use typeof value === "boolean" || value instanceof Boolean instead.
import { isBoolean } from "https://deno.land/std@0.166.0/node/util.ts";

Parameters

value: unknown

Returns

boolean