pseudo-words
    Preparing search index...

    pseudo-words

    pseudo-words

    Downloads Size

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

    Provided as:

    • CommonJS
    • ES Module
    // 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));
    Ayogza
    Ociruf
    Ezobrzi
    Eyetriy
    Xaheclamsat
    Xoizgrasheth
    Roclicerin
    Odxufegr
    Metrnech
    Wishorkas
    Icljivtrep
    Acaczibryi
    Iwlamoctov
    

    API Docs

    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.