Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

more-words

PatLillis11MIT1.0.2

A list of common english words

words, word, list, common, english

readme

more-words

List of common English words.

Useful if you're creating a word game or just want some words to work with. This list mostly consists of commonly-used words.

Used by acronym.

Install

$ npm install --save acronym

Usage

import words from 'more-words'
// words is just an array of words

console.log(words)
// => [..., 'annoys', 'antagonistic', 'anti', ...]

License

MIT © Pat Lillis