en-dictionary-array

1.0.0 • Public • Published

en-dictionary-array

version 1.0.0

The export is an array of some usual English words(en-US).


How to use:

const words = require('en-dictionary-array');
console.log(words);
// ["abandon", "abandoned" ...]

For CommonJS Module:

const dictionary = require('en-dictionary-array');

For ES Module:

import dictionary from 'en-dictionary-array/index.esm.js';

For browser using: Import en-dictionary-array/index.browser.js and visit global variable window.dictionary

Package Sidebar

Install

npm i en-dictionary-array

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

843 kB

Total Files

5

Last publish

Collaborators

  • lihugang