1.0.0 • Published 1 year ago

en-dictionary-array v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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