Hacker package provides functionality to generate a fake hacker value.
npm
npm install @fakerjs/hacker --save-dev
yarn
yarn add @fakerjs/hacker -D
import hacker from '@fakerjs/hacker';
hacker({locale: 'en_US'}).noun();
//=> port
// Allowed locale: en_US
hacker().noun();
//=> port
hacker().verb();
//=> index
hacker().ingverb();
//=> parsing
hacker().adjective();
//=> virtual
hacker().abbreviation();
//=> RAM
Run tests
npm run test
The MIT License (MIT) Copyright (c) Sergey Romanenko