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