Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.7 KB

README.md

File metadata and controls

43 lines (35 loc) · 1.7 KB
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/[email protected]/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 @ImportantDenoModules/isBoolean

Forkers repo roster for @ImportantDenoModules/isBoolean

Related