Skip to content
1 min read · 14 words

Type Alias: SandboxPlatform

ts
type SandboxPlatform = "darwin" | "linux" | "win32" | string;

Defined in: src/batteries/sandbox/preflight.ts:14

Platform identity supplied by the construction site.