UNPKG

retard-npm

Version:

6 lines (5 loc) 129 B
export interface NpcResult { status: boolean; line: string; } export declare function npcCheck(name: string): NpcResult;