Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 559 Bytes

README.md

File metadata and controls

37 lines (20 loc) · 559 Bytes

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