random-boolean
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/random-boolean package

1.0.0 • Public • Published

random-boolean Build Status

Get a random boolean

Install

$ npm install --save random-boolean

Usage

var randomBoolean = require('random-boolean');
 
randomBoolean();
//=> true
 
randomBoolean();
//=> false

License

MIT © Arthur Verschaeve

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i random-boolean

    Weekly Downloads

    167

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • arthurvr