UNPKG

ravendb

Version:
9 lines 223 B
export declare class Stopwatch { private _startDate; private _endDate; start(): void; stop(): void; get elapsed(): number; static createStarted(): Stopwatch; } //# sourceMappingURL=Stopwatch.d.ts.map