wechaty-puppet-wechat4u
Version:
Wechat4u Puppet for Wechaty
9 lines • 426 B
TypeScript
/// <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