UNPKG

safespeak

Version:

A TypeScript/JavaScript SDK to integrate with safespeak

6 lines (5 loc) 178 B
declare class safespeak { static isProfane(message: string, threshold: number): Promise<boolean>; static getScore(message: string): Promise<any>; } export { safespeak };