UNPKG

@rr0/time

Version:
26 lines 905 B
export class Level2YearParseResult extends Level2ComponentParseResult { } export class Level2YearParser extends Level2ComponentParser { /** * @param {string} prefix * @return {string} */ static format(prefix?: string): string; constructor(); /** * @param {{ [p: string]: string }} groups * @return {Level2YearParseResult} */ parseGroups(groups: { [p: string]: string; }): Level2YearParseResult; /** * @param {string} str * @return {Level1ComponentParseResult} */ parse(str: string): Level1ComponentParseResult; } import { Level2ComponentParseResult } from "../component/Level2ComponentParser.mjs"; import { Level2ComponentParser } from "../component/Level2ComponentParser.mjs"; import { Level1ComponentParseResult } from "../../level1/component/Level1ComponentParser.mjs"; //# sourceMappingURL=Level2YearParser.d.mts.map