AsyncRunner
AsyncRunner = (
args) =>Promise<string>
Defined in: src/herdr.ts:42
Async counterpart to Runner — spawns off Bun’s single loop (no blocking).
Parameters
Section titled “Parameters”string[]
Returns
Section titled “Returns”Promise<string>