dale-chall

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

Usage no npm install needed!

<script type="module">
  import daleChall from 'https://cdn.skypack.dev/dale-chall';
</script>

README

dale-chall

Build Coverage Downloads Size

List of easy American-English words: the new Dale-Chall (1995).

There’s also a module for the formula.

Install

This package is ESM only: Node 12+ is needed to use it and it must be imported instead of required.

npm:

npm install dale-chall

Use

import {daleChall} from 'dale-chall'

daleChall.length // => 2942

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

Yields:

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

API

This package exports the following identifiers: daleChall. There is no default export.

daleChall

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

Related

License

MIT © Titus Wormer