UNPKG

@sentzunhat/zacatl

Version:

A modular, high-performance TypeScript microservice framework for Node.js, featuring layered architecture, dependency injection, and robust validation for building scalable APIs and distributed systems.

3 lines 249 B
import type { CommandSpec, CommandResult, RunnerPolicy } from './types'; export declare const executeCommands: (commands: CommandSpec[], policyInput?: Partial<RunnerPolicy>) => Promise<CommandResult[]>; //# sourceMappingURL=execute-commands.d.ts.map