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.

5 lines (4 loc) 200 B
// Barrel export for scripts-only command runner utilities export * from './execute-commands.js'; export * from './runner.js'; export { applyPolicyDefaults, DEFAULT_RUNNER_POLICY } from './types.js';