1.0.0 • Published 2 years ago

@fakerjs/hacker v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Install

npm

npm install @fakerjs/hacker --save-dev

yarn

yarn add @fakerjs/hacker -D

Usage

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

Tests

Run tests

npm run test

License

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