UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

3 lines (2 loc) 182 B
import type { DockerCommandResult } from "#execution/sandbox/bindings/docker-cli.js"; export declare function expectDockerSuccess(result: DockerCommandResult, action: string): void;