UNPKG

@bitblit/epsilon

Version:

Tiny adapter to simplify building API gateway Lambda APIS

10 lines (9 loc) 302 B
export declare class EpsilonBuildProperties { private constructor(); static get buildVersion(): string; static get buildHash(): string; static get buildBranch(): string; static get buildTag(): string; static get buildBranchOrTag(): string; static get buildTime(): string; }