Skip to content
  • Sponsor faker-javascript/boolean

  • Notifications You must be signed in to change notification settings
  • Fork 1

Files

Latest commit

920c4fa · Jan 20, 2022

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