Functions

f
islogical(x: unknown): x is boolean

Checks if the input is a boolean.

Usage

import * as mod from "datatype/islogical.ts";