UNPKG

step-sequence-generator

Version:

A step sequence generator for figure skating programs

9 lines (8 loc) 325 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GeneratorType = void 0; var GeneratorType; (function (GeneratorType) { GeneratorType["DEFAULT"] = "default"; GeneratorType["THREE_TURNS_BLOCK"] = "threeTurnsBlock"; })(GeneratorType || (exports.GeneratorType = GeneratorType = {}));