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