UNPKG

corde

Version:

A simple library for Discord bot tests

10 lines (9 loc) 139 B
/** * @internal */ export declare class Timer { private _startTime; private _endTime; start(): void; stop(): [string, number]; }