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) 157 B
/// <reference path="badwords.d.ts" /> import { BadWordsDictionary } from 'badWords'; declare var hindiBadWords: BadWordsDictionary; export = hindiBadWords;