An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Priority



Priority package provides functionality to generate a fake priority value.


Version node-current License

## 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)