Skip to content

AsyncRunner

AsyncRunner = (args) => Promise<string>

Defined in: src/herdr.ts:42

Async counterpart to Runner — spawns off Bun’s single loop (no blocking).

string[]

Promise<string>