UNPKG

allprofanity

Version:

A blazing-fast, multi-language profanity filter with advanced algorithms (Aho-Corasick, Bloom Filters) delivering 664% faster performance on large texts, intelligent leet-speak detection, and pattern-based context analysis

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;