UNPKG

@oaklean/profiler-core

Version:

Part of the @oaklean suite. It provides all basic functions to work with the `.oak` file format. It allows parsing the `.oak` file format as well as tools for analyzing the measurement values. It also provides all necessary capabilities required for prec

8 lines (7 loc) 302 B
import { GitHash_string } from '../types'; export declare class GitHelper { static currentCommitHash(): GitHash_string | undefined; static currentCommitTimestamp(): number | undefined; static uncommittedFiles(): string[] | undefined; static uncommittedChanges(): boolean | undefined; }