UNPKG

slp-enforcer

Version:

Finds violations of the Melee Controller Ruleset by inspecting SLP files

10 lines (9 loc) 315 B
export declare type Move = { id: number; name: string; shortName: string; }; export declare const UnknownMove: Move; export declare function getMoveInfo(moveId: number): Move; export declare function getMoveShortName(moveId: number): string; export declare function getMoveName(moveId: number): string;