8000 GitHub - johnhenry/truish
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

johnhenry/truish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Truish

A lightweight utility to determine the truth value of strings

Installation

npm install truish

Usage

import truish from "truish";
truish("true"); // true
truish("false"); // false
truish("1"); // true
truish("0"); // false
truish("yes"); // true
truish("no"); // false
truish("on"); // true
truish("off"); // false

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0