Skip to content

BinFunction

BinFunction = (proc) => Promise<ExitCode>

Defined in: packages/core/src/kernel/types.ts:430

A bin is an async function that receives a ProcContext and returns an exit code.

ProcContext

Promise<ExitCode>