JSPM

an-array-of-english-words

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3631
  • Score
    100M100P100Q131871F
  • License MIT

An array of ~275,000 English words. Work with Node and Browserify.

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 --save

Use

var words = require("an-array-of-english-words")
var funWords = words.filter(function(w) { return !!w.match(/^fun/i) })
console.log(funWords)