UNPKG

allprofanity

Version:

A TypeScript package to filter Hindi and Hinglish bad words from text

8 lines (7 loc) 256 B
/** * Hindi/Hinglish profanity words list * Contains common profanities in both Devanagari and Roman scripts * ⚠️ Warning: This file contains explicit language in Hindi */ declare const hindiBadWords: string[]; export default hindiBadWords;