/profession

Profession package provides functionality to generate a fake profession value.

Primary LanguageJavaScriptMIT LicenseMIT

Profession

Profession package provides functionality to generate a fake profession value.

Version node-current License

Install

npm

npm install @fakerjs/profession --save-dev

yarn

yarn add @fakerjs/profession -D

Usage

import profession from '@fakerjs/profession';

profession();
//=> Software Engineer

profession({rank: true});
//=> Lead Software Engineer

profession({rank: true, locale: 'en_US'});
//=> Lead Software Engineer

// Allowed rank: true, false
// Allowed locale: en_US

Tests

Run tests

npm run test

License

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