1.0.2 • Published 1 year ago

enwords v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

enwords

| An Array of half a million english words. (466,550 to be exact.)

How to Use

import {
    words, // all available words
    dictionaryWords // all available words in the dictionary
} from 'enwords';
    words.length // => 466,550

    dictionaryWords.length // => 370,106

    dictionaryWords.includes("hello") // => true

License

MIT

Credits

Thanks to @dwyl for the words list.

⭐ Star this repo if it helped you! ⭐