JSPM

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

List of familiar American-English words: The New Dale-Chall (1995)

Package Exports

  • dale-chall

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 (dale-chall) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

dale-chall Build Status

List of familiar American-English words: The New Dale-Chall (1995).

There’s also a module for the formula.

Installation

npm:

npm install dale-chall

Usage

var daleChall = require('dale-chall');

daleChall.length; //=> 2942

console.log(daleChall.slice(0, 10));

Yields:

[ 'a',
  'able',
  'aboard',
  'about',
  'above',
  'absent',
  'accept',
  'accident',
  'account',
  'ache' ]

API

daleChall

dale-chall exposes a list of strings (Array.<string>).

License

MIT © Titus Wormer