-
npm i -D is_maybe
or
-
<script src="./is_maybe.js"></script>
is_maybe() // true
is_maybe( false ) // true
is_maybe( 'moin' ) // false
is_maybe( 8 ) // false
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.