UNPKG

slp-enforcer

Version:

Finds violations of the Melee Controller Ruleset by inspecting SLP files

8 lines (7 loc) 246 B
export declare type StageInfo = { id: number; name: string; }; export declare const UnknownStage: StageInfo; export declare function getStageInfo(stageId: number): StageInfo; export declare function getStageName(stageId: number): string;