https://github.com/faker-javascript/priority
Priority package provides functionality to generate a fake priority value.
https://github.com/faker-javascript/priority
Last synced: 4 days ago
JSON representation
Priority package provides functionality to generate a fake priority value.
- Host: GitHub
- URL: https://github.com/faker-javascript/priority
- Owner: faker-javascript
- License: mit
- Created: 2022-01-23T08:38:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-13T06:45:04.000Z (over 4 years ago)
- Last Synced: 2025-09-08T05:58:28.942Z (10 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Priority
Priority package provides functionality to generate a fake priority value.
## Install
```
$ npm install --save @fakerjs/priority
```
## Usage
```js
import priority from '@fakerjs/priority';
priority();
//=> high
```
## Tests
Run tests
```
npm run test
```
## License
[The MIT License (MIT)](https://github.com/faker-javascript/priority/blob/master/LICENSE)
Copyright (c) [Sergey Romanenko](https://github.com/Awilum)