enwords
v1.0.2
Published
An Array of half a million english words. (466,550)
Downloads
95
Maintainers
Readme
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! ⭐