UNPKG
decocms
Version:
latest (0.16.0)
0.16.0
CLI for managing deco.chat apps & projects
github.com/deco-cx/deco
deco-cx/deco
decocms
/
dist
/
lib
/
runtime.d.ts
5 lines
•
179 B
TypeScript
View Raw
1
2
3
4
5
/** * Detects which runtime is currently executing the CLI */
export
declare function
detectRuntime
()
:
"node"
|
"bun"
|
"deno"
|
"unknown"
;
//# sourceMappingURL=runtime.d.ts.map