UNPKG

wechaty-puppet-wechat4u

Version:
10 lines 232 B
export async function executeRunners(runners) { for (const runner of runners) { const ret = await runner(); if (ret) { return ret; } } return null; } //# sourceMappingURL=runner.js.map