UNPKG

retard-npm

Version:

8 lines (7 loc) 176 B
export interface BozoResult { status: boolean; confidence: string; reason: string; verdict: string; } export declare function isBozo(name: string): BozoResult;