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

4 lines (3 loc) 179 B
export { Filter } from './filters/Filter'; export { useProfanityChecker } from './hooks/useProfanityChecker'; export type { Language, CheckProfanityResult } from './types/types';