UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

5 lines 221 B
import { Spawner } from './types'; export declare const IMAGE_NAME = "alwaysai/edgeiq"; export declare const APP_DIR = "/app"; export declare function DockerSpawner(): Spawner; //# sourceMappingURL=docker-spawner.d.ts.map