UNPKG

async-neocities

Version:

A library and bin to deploy to neocities

11 lines 257 B
export class SimpleTimer { constructor(startTime?: number); start: number; end: number | null; stopped: boolean; get elapsed(): number; stop(): void; toString(): number; toJSON(): number; } //# sourceMappingURL=timer.d.ts.map