UNPKG

step-sequence-generator

Version:

A step sequence generator for figure skating programs

10 lines (9 loc) 252 B
export declare class Configuration { private readonly excelFilePath; private readonly excelFileName; constructor(); getExcelFilePath(): string; get excelPath(): string; get excelName(): string; setExcelFilePath(): string; }