Skip to main content
quesiton mark

isBoolean

Deno module that tells you if a value is a boolean

build status language code size issues license version

View on deno.land




Usage

import isBoolean from "https://deno.land/x/is_boolean@1.0.1/mod.ts"

console.log(isBoolean(true))
console.log(isBoolean(false))
console.log(isBoolean(new Boolean("hi")))
console.log(isBoolean(23))
console.log(isBoolean("Hello"))

Supporters

Stargazers repo roster for @KhushrajSandbox/isBoolean

Forkers repo roster for @KhushrajSandbox/isBoolean