menu
Runtime
import { Runtime } from "destack:module";
The semantic runtime contract for the build.
1export type Runtime = "destack" | "js"import { Runtime } from "destack:module";
The semantic runtime contract for the build.
1export type Runtime = "destack" | "js"