Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.19 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.19 KB

Boolean

Boolean package provides functionality to generate a fake boolean value.

Version node-current License

Install

npm

npm install @fakerjs/boolean --save-dev

yarn

yarn add @fakerjs/boolean -D

Usage

import boolean from '@fakerjs/boolean';

boolean();
//=> true

boolean();
//=> false

Tests

Run tests

npm run test

License

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