1.1.0 • Published 4 years ago
@glowyjs/random-boolean v1.1.0
Install
$ npm install --save @glowyjs/random-booleanUsage
import randomBoolean from '@glowyjs/random-boolean';
randomBoolean();
//=> true
randomBoolean();
//=> falseTests
Run tests
npm run testLicense
The MIT License (MIT) Copyright (c) Sergey Romanenko