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 143 B
export { Filter } from './filters/Filter'; export { useProfanityChecker } from './hooks/useProfanityChecker'; //# sourceMappingURL=index.js.map