UNPKG

@devshubham/clean-speech-hindi

Version:

Small Utility node package manager for checking profanity (hindi and English).It supports functionality like detecting bad words , adding if any and also to remove them.

5 lines (4 loc) 180 B
/// <reference path="../../data/badwords.d.ts" /> import { BadWordsDictionary } from "badWords"; declare const spanishBadWords: BadWordsDictionary; export default spanishBadWords;