Skip to content

Profession package provides functionality to generate a fake profession value.

License

Notifications You must be signed in to change notification settings

faker-javascript/profession

Repository files navigation

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