Skip to content

@loontail/minecraft-kit v0.8.14 / InstallPhase

Type alias: InstallPhase

ts
type InstallPhase: typeof InstallPhases[keyof typeof InstallPhases];

Install phase literal.

Example

ts
import { InstallPhases, type InstallPhase } from "@loontail/minecraft-kit";

const isRuntimePhase = (phase: InstallPhase) => phase === InstallPhases.INSTALLING_RUNTIME;

Source

src/types/install.ts:47

MIT License