Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import '../global-types';
export const getCalypsoVersion = (): string => {
return window?.COMMIT_SHA;
};
export const getEnvironment = (): string => {
return window?.configData?.env_id;
};
export const getTarget = (): string => {
return window?.BUILD_TARGET;
};