@glowyjs/random-boolean

1.1.0 • Public • Published

Random Boolean

Random Boolean package provides functionality to generate a random boolean value.

Version License

Install

$ npm install --save @glowyjs/random-boolean

Usage

import randomBoolean from '@glowyjs/random-boolean';

randomBoolean();
//=> true

randomBoolean();
//=> false

Tests

Run tests

npm run test

License

The MIT License (MIT) Copyright (c) Sergey Romanenko

Package Sidebar

Install

npm i @glowyjs/random-boolean

Weekly Downloads

3

Version

1.1.0

License

MIT

Unpacked Size

2.86 kB

Total Files

4

Last publish

Collaborators

  • awilum