Skip to content

@loontail/minecraft-kit v0.5.0 / RUNTIME_PLATFORM_KEYS

Variable: RUNTIME_PLATFORM_KEYS

ts
const RUNTIME_PLATFORM_KEYS: Readonly<Record<OperatingSystem, Readonly<Record<Architecture, string>>>>;

Mapping from {OperatingSystem, Architecture} to the runtime-index platform key.

Source

src/constants/platform.ts:18

MIT License