UNPKG

velocity-api

Version:

A super fast API Wrapper for Perspective.

7 lines (6 loc) 236 B
import type { IAttributeScores, IVelocityOptions } from './types'; export declare class Velocity { #private; constructor(key: string); processMessage(message: string, options: IVelocityOptions): Promise<IAttributeScores>; }