UNPKG

step-sequence-generator

Version:

A step sequence generator for figure skating programs

10 lines (9 loc) 331 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArcVector = void 0; var ArcVector; (function (ArcVector) { ArcVector["CLOCKWISE"] = "CLOCKWISE"; ArcVector["COUNTER_CLOCKWISE"] = "COUNTER_CLOCKWISE"; ArcVector["NONE"] = "NONE"; })(ArcVector || (exports.ArcVector = ArcVector = {}));