UNPKG

allprofanity

Version:

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

8 lines (7 loc) 262 B
/** * Telugu profanity words list * Contains common profanities in both Telugu script and Roman transliteration * ⚠️ Warning: This file contains explicit language in Telugu */ declare const teluguBadWords: string[]; export default teluguBadWords;