UNPKG

profanity-nsfw-violence-checker

Version:

A powerful TypeScript library to detect and censor profanity, sexual content, violence, and hate speech in both plain text and HTML.

4 lines (3 loc) 146 B
import { ProfanityChecker } from './profanityChecker'; declare const checker: ProfanityChecker; export { checker as default, ProfanityChecker, };