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

Repository files navigation

Integer

Integer package provides functionality to generate a fake integer value.

Version License

Install

$ npm install --save @fakerjs/integer

Usage

import fakeInteger from '@fakerjs/integer';

fakeInteger();
//=> 1109494507128900

fakeInteger(0, 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