Skip to main content
Module

std/node/sys.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.158.0/node/sys.ts";

Parameters

value: unknown

Returns

boolean