UNPKG

decocms

Version:

CLI for managing deco.chat apps & projects

5 lines 179 B
/** * Detects which runtime is currently executing the CLI */ export declare function detectRuntime(): "node" | "bun" | "deno" | "unknown"; //# sourceMappingURL=runtime.d.ts.map