UNPKG

@pkerschbaum/code-oss-file-service

Version:

VS Code ([microsoft/vscode](https://github.com/microsoft/vscode)) includes a rich "`FileService`" and "`DiskFileSystemProvider`" abstraction built on top of Node.js core modules (`fs`, `path`) and Electron's `shell` module. This package allows to use that

11 lines 317 B
export declare class StopWatch { private _highResolution; private _startTime; private _stopTime; static create(highResolution?: boolean): StopWatch; constructor(highResolution: boolean); stop(): void; elapsed(): number; private _now; } //# sourceMappingURL=stopwatch.d.ts.map