JSPM

adults-list

1.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q24832F
  • License ISC

Read and Parse Parent Package Json file in TypeScript.

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

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