UNPKG

profanity-checker-fr

Version:

French Profanity Filter is a lightweight and easy-to-use Node.js module to detect and filter offensive words (profanity, insults) in French sentences. Ideal for chat applications, comment moderation, and any service that requires clean user-generated cont

5 lines 115 B
/** * French forbidden words list */ export declare const badWords: string[]; //# sourceMappingURL=words.d.ts.map