UNPKG

slp-enforcer

Version:

Finds violations of the Melee Controller Ruleset by inspecting SLP files

5 lines (4 loc) 281 B
import { SlippiGame } from './slippi'; import { Coord, CheckResult } from './index'; export declare function hasIllegalTravelTime(game: SlippiGame, playerIndex: number, coords: Coord[]): CheckResult; export declare function averageTravelCoordHitRate(coordinates: Coord[]): number;