@nkzw/safe-word-list
v3.1.2
Published
A word list of the most common safe English words.
Maintainers
Readme
@nkzw/safe-word-list
This package contains a list of about 2700 of the most used safe words in English with at least three characters or more.
Installation
npm install @nkzw/safe-word-listUsage
import words, { getRandomWord } from 'safe-word-list';
console.log(words.slice(10, 5)); // ["absolutely", "absorb", ...]
getRandomWord(); // "beautiful"