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) 174 B
/// <reference path="../../data/badwords.d.ts" /> import { BadWordsDictionary } from "badWords"; declare const italianBadWords: BadWordsDictionary; export = italianBadWords;