UNPKG

glin-profanity

Version:

Glin-Profanity is a lightweight and efficient npm package designed to detect and filter profane language in text inputs across multiple languages. Whether you’re building a chat application, a comment section, or any platform where user-generated content

3 lines (2 loc) 267 B
export { MiddlewareProfanityResult, ProfanityMiddlewareConfig, createProfanityMiddleware, createServerAction, profanityUtils, withProfanityCheck } from './nextjs.js'; export { C as CheckProfanityResult, F as FilterConfig, L as Language } from '../types-B9c_ik4k.js';