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