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