UNPKG

schedule-kernel

Version:

The back-end core module used for storing/displaying the course schedule

12 lines 362 B
import { configType } from "../types"; export declare class CsesTransformer { /** * 将CSES文件内容转换为内部配置格式 */ static fromCses(content: string): configType; /** * 将内部配置格式转换为CSES文件内容 */ static toCses(config: configType): string; } //# sourceMappingURL=csesTransformer.d.ts.map