UNPKG

wechaty-puppet-wechat4u

Version:
9 lines 426 B
/// <reference path="../../../src/types.d.ts" /> import { log } from 'wechaty-puppet'; import { FileBox } from 'file-box'; declare const VERSION: string; declare const NAME: string; export declare function qrCodeForChatie(): FileBox; export declare function retry<T>(retryableFn: (retry: (error: Error) => never, attempt: number) => Promise<T>): Promise<T>; export { VERSION, NAME, log, }; //# sourceMappingURL=config.d.ts.map