UNPKG

slp-enforcer

Version:

Finds violations of the Melee Controller Ruleset by inspecting SLP files

22 lines (21 loc) 830 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } var __importStar = (this && this.__importStar) || function (mod) { if (mod && mod.__esModule) return mod; var result = {}; if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; result["default"] = mod; return result; }; Object.defineProperty(exports, "__esModule", { value: true }); const animations = __importStar(require("./animationUtils")); exports.animations = animations; const characters = __importStar(require("./characterUtils")); exports.characters = characters; const moves = __importStar(require("./moveUtils")); exports.moves = moves; const stages = __importStar(require("./stageUtils")); exports.stages = stages; __export(require("./types"));