Skip to content

ImportantDenoModules/isBoolean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.2/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