Package Exports
- adults-list
- adults-list/dist/index.esm.js
- adults-list/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (adults-list) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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-listUsage
import { adultWords } from 'adults-list';
console.log(adultWords);
// ['4r5e', '5h1t', '5hit', ...]