UNPKG

slp-enforcer

Version:

Finds violations of the Melee Controller Ruleset by inspecting SLP files

7 lines (6 loc) 249 B
import * as animations from "./animationUtils"; import * as characters from "./characterUtils"; import * as moves from "./moveUtils"; import * as stages from "./stageUtils"; export * from "./types"; export { animations, characters, moves, stages };