Skip to content

Integer package provides functionality to generate a fake integer value.

License

Notifications You must be signed in to change notification settings

faker-javascript/integer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Integer

Integer package provides functionality to generate a fake integer value.

Version License

Install

$ npm install --save @fakerjs/integer

Usage

import integer from '@fakerjs/integer';

integer();
//=> 1109494507128900

integer({min: 0, max: 10});
//=> 5

Tests

Run tests

npm run test

License

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

About

Integer package provides functionality to generate a fake integer value.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published