1.0.1 • Published 1 year ago

@cnakazawa/safe-word-list v1.0.1

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

@cnakazawa/safe-word-list

This package contains a list of about 2900 of the most used safe words in English with at least three characters or more.

install

npm install @cnakazawa/safe-word-list

Usage

import words, { getRandomWord } from "safe-word-list";

console.log(words.slice(10, 5)); // ["absolutely", "absorb", ...]

getRandomWord(); // "beautiful"