@fakerjs/profession

Profession package provides functionality to generate a fake profession value.

Usage no npm install needed!

<script type="module">
  import fakerjsProfession from 'https://cdn.skypack.dev/@fakerjs/profession';
</script>

README

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