1.0.4 • Published 12 months ago

adults-list v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

GitHub Workflow Status (branch) npm

adults-list

A simple JavaScript / TypeScript library to export list of more than 2000 unique adult or bad words. Use the library to detect adult contents on your site or module.

Installation

npm install adults-list

Usage

import { adultWords } from 'adults-list';

console.log(adultWords);

// ['4r5e', '5h1t', '5hit', ...]

License

MIT