Skip to main content
Module

x/localekit/mod.ts>Is.isBoolean

A translation plugin for Deno
Go to Latest
variable Is.isBoolean
import { Is } from "https://deno.land/x/localekit@2.0.0/mod.ts";
const { isBoolean } = Is;

Checks if a value is a boolean.

type

(value: unknown) => boolean