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.

8 lines (7 loc) 262 B
/// <reference path="../../data/badwords.d.ts" /> /** * File contains a hashmap of english bad words, each word having a value of 1. */ import { BadWordsDictionary } from 'badWords'; declare const englishBadWords: BadWordsDictionary; export = englishBadWords;