UNPKG

@slippi/slippi-js

Version:
10 lines 346 B
export 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; //# sourceMappingURL=moveUtils.d.ts.map