UNPKG

allprofanity

Version:

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

9 lines (8 loc) 362 B
/** * Spanish profanity words list * Contains common profanities, insults, and offensive terms. Includes variations. * Covers terms common in both Spain and Latin America, though regional differences exist. * ⚠️ Warning: This file contains explicit language in Spanish */ declare const spanishBadWords: string[]; export default spanishBadWords;