Skip to content

mousemke/is_maybe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

is_maybe - 0.0.5

Usage

  • npm i -D is_maybe

    or

  • <script src="./is_maybe.js"></script>

Example use

is_maybe() // true

is_maybe( false ) // true

is_maybe( 'moin' ) // false

is_maybe( 8 ) // false

Contributing

We gladly accept and review any pull-requests. Feel free! ❤️

This project adheres to the Contributor Covenant. By participating, you are expected to honor this code.

is_maybe - Code of Conduct

About

check if something is maybe true

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published