@arvidbt/english-words

1.0.6 • Public • Published

English Words

npm

Package containing a dictionary of English words, as an array of strings. Currently contains 370101 english words. May contain profanity.

Can be used for wordgames or other word packages such as wordlib.

import { english_words } from "@arvidbt/english-words";
import { WordLib } from "@arvidbt/wordlib";

const enWords = new Wordlib(english_words);

Package Sidebar

Install

npm i @arvidbt/english-words

Weekly Downloads

0

Version

1.0.6

License

ISC

Unpacked Size

11.4 MB

Total Files

4

Last publish

Collaborators

  • arvidbt