webpods
Version:
Append-only log service with OAuth authentication
14 lines • 392 B
TypeScript
/**
* Version management module
* Reads and caches the version from package.json on startup
*/
/**
* Get the application version from package.json
* Version is cached on first read for performance
*/
export declare function getVersion(): string;
/**
* Get the full version string with app name
*/
export declare function getFullVersion(): string;
//# sourceMappingURL=version.d.ts.map