UNPKG

preval-build-info

Version:

Pre-evaluate git info, version number, timestamp, etc at build time

35 lines (28 loc) 462 B
/** * Package version. */ export declare const version: string; /** * Timestamp. */ export declare const timestamp: string; /** * ISO date and time. */ export declare const dateTime: string; /** * Git hash. */ export declare const gitHash: string; /** * Git short hash. */ export declare const gitHashShort: string; /** * Git tag name. */ export declare const gitTag: string; /** * Git branch name. */ export declare const gitBranch: string;