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

x/aloedb/lib/utils.ts>isBoolean

Light, Embeddable, NoSQL database for Deno 🦕
Latest
function isBoolean
import { isBoolean } from "https://deno.land/x/aloedb@0.9.0/lib/utils.ts";

Checks whether the value is a boolean.

Parameters

target: unknown

Target to check.

Returns

target is boolean

Result of checking.