@kinvolk/headlamp-plugin
Version:
The needed infrastructure for building Headlamp plugins.
12 lines (11 loc) • 303 B
TypeScript
/**
* @returns the 'VERSION' of the app and the 'GIT_VERSION' of the app.
*/
export declare function getVersion(): {
VERSION: any;
GIT_VERSION: any;
};
/**
* @returns the product name of the app, or undefined if it's not set.
*/
export declare function getProductName(): string | undefined;