UNPKG

@lodestar/prover

Version:

A Typescript implementation of the Ethereum Consensus light client

6 lines 330 B
import { GitData } from "./gitDataPath.js"; /** Reads git data from a persisted file or local git data at build time. */ export declare function readAndGetGitData(): GitData; /** Gets git data containing current branch and commit info from CLI. */ export declare function getGitData(): GitData; //# sourceMappingURL=index.d.ts.map