is_maybe

0.0.5 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i is_maybe

Weekly Downloads

1

Version

0.0.5

License

MIT

Last publish

Collaborators

  • mousemke