UNPKG

allprofanity

Version:

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

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