en-dictionary-array
v1.0.0
Published
Export some usual English words(en-US)
Downloads
2
Readme
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