pseudo-words
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

pseudo-words

Downloads Size

A very small and simple English-like fake word generator for testing and other purposes.

Provided as:

  • CommonJS
  • ES Module

Usage Examples

// Generate a capitalized fake word from 2-4 syllables
console.log(generatePseudoWord());

// Generate a non-capitalized fake word from 1-6 syllables
console.log(generatePseudoWord(1, 6, false));

Example Generated Words

Ayogza
Ociruf
Ezobrzi
Eyetriy
Xaheclamsat
Xoizgrasheth
Roclicerin
Odxufegr
Metrnech
Wishorkas
Icljivtrep
Acaczibryi
Iwlamoctov

API Docs

Thanks

Thanks for checking it out. Feel free to create issues or otherwise provide feedback.

Be sure to check out our other TypeScript OSS projects as well.

Package Sidebar

Install

npm i pseudo-words

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

19 kB

Total Files

20

Last publish

Collaborators

  • bwestphal