@fakerjs/word
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Word

Word package provides functionality to generate a fake semi-pronounceable random (nonsense) word value.

Version node-current License

Install

$ npm install --save @fakerjs/word

Usage

import word from '@fakerjs/word';

word();
//=> rad

word({length: 3});
//=> rad

Tests

Run tests

npm run test

License

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

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i @fakerjs/word

    Weekly Downloads

    2,835

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    3.9 kB

    Total Files

    5

    Last publish

    Collaborators

    • awilum