UNPKG

safespeak

Version:

A TypeScript/JavaScript SDK to integrate with safespeak

3 lines (2 loc) 100 B
declare function isProfane(msg: string, threshold: number): Promise<boolean>; export { isProfane };