Skip to content
1 min read · 16 words

Type Alias: SandboxPathRejection

ts
type SandboxPathRejection = "nul" | "home" | "absolute-host" | "device" | "unc";

Defined in: src/batteries/sandbox/paths.ts:6

Why a path was rejected outright, before any normalisation.