Package Exports
- an-array-of-english-words
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (an-array-of-english-words) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
an-array-of-english-words
An array of ~275,000 English words derived from the Letterpress word list. Works with Node and Browserify.
Install
npm install an-array-of-english-words --saveUse
var words = require("an-array-of-english-words")
var funWords = words.filter(function(w) { return !!w.match(/^fun/i) })
console.log(funWords)