UNPKG

@bitblit/ratchet-misc

Version:

Ratchet miscellaneous tooling that requires smallish dependant libraries

15 lines 406 B
export class RatchetMiscInfo { 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; } } //# sourceMappingURL=ratchet-misc-info.js.map