UNPKG

tcx-builder

Version:
9 lines (8 loc) 188 B
import { Duration } from './Duration'; export declare class Time extends Duration { Seconds: number; constructor(options: { seconds: number; }); toXml(): string; }