is_maybe
v0.0.5
Published
check if something is maybe true
Downloads
4
Readme
is_maybe - 0.0.5
Usage
npm i -D is_maybeor
<script src="./is_maybe.js"></script>
Example use
is_maybe() // true
is_maybe( false ) // true
is_maybe( 'moin' ) // false
is_maybe( 8 ) // falseContributing
We gladly accept and review any pull-requests. Feel free! :heart:
This project adheres to the Contributor Covenant. By participating, you are expected to honor this code.
