UNPKG

@ghini/kit

Version:

js practical tools to assist efficient development

9 lines (8 loc) 185 B
export function captcha(options?: {}): { svg: string; code: string; }; export function captcha2(options: any): Promise<{ png: Buffer<ArrayBufferLike>; code: string; }>;