This package has been deprecated

Author message:

Org rename: please use @nkzw/safe-word-list.

@cnakazawa/safe-word-list
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

@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"

Package Sidebar

Install

npm i @cnakazawa/safe-word-list

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

38.5 kB

Total Files

5

Last publish

Collaborators

  • cpojer