UNPKG

@bitblit/asyncglk

Version:
17 lines (16 loc) 463 B
export class BitblitAsyncglkInfo { // Prevent instantiation // eslint-disable-next-line @typescript-eslint/no-empty-function constructor() { } static buildInformation() { const val = { version: 'LOCAL-SNAPSHOT', hash: 'LOCAL-HASH', branch: 'LOCAL-BRANCH', tag: 'LOCAL-TAG', timeBuiltISO: 'LOCAL-TIME-ISO', notes: 'LOCAL-NOTES', }; return val; } }