UNPKG

wechaty-puppet-wechat4u

Version:
3 lines 169 B
export type Runner<T> = () => Promise<T | null>; export declare function executeRunners<T>(runners: Runner<T>[]): Promise<T | null>; //# sourceMappingURL=runner.d.ts.map