@rr0/time
Version:
EDTF parsing
10 lines • 326 B
text/typescript
export class Level2MonthParser extends Level2ComponentParser {
/**
* @param {string} prefix
* @return {string}
*/
static format(prefix?: string): string;
constructor();
}
import { Level2ComponentParser } from "../component/Level2ComponentParser.mjs";
//# sourceMappingURL=Level2MonthParser.d.mts.map