Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.13 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.13 KB

Priority

Priority package provides functionality to generate a fake priority value.

Version node-current License

Install

$ npm install --save @fakerjs/priority

Usage

import priority from '@fakerjs/priority';

priority();
//=> high

Tests

Run tests

npm run test

License

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