UNPKG

bad-words-next

Version:

JavaScript/TypeScript filter and checker for bad words aka profanity

4 lines (3 loc) 135 B
import type { Data } from './index'; export declare const dt: (hex: string) => string; export declare const dd: (hex: string) => Data;