UNPKG

node-profanity-filter

Version:

A Node.js profanity filter with support for exact matching, obfuscated word detection, and customizable replacement.

3 lines (2 loc) 97 B
export { Filter } from './classes/filter.js'; export { Match } from './classes/aho-corasick.js';