UNPKG

@slippi/slippi-js

Version:
8 lines 278 B
export 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; //# sourceMappingURL=stageUtils.d.ts.map