@sap-ux/store
Version:
NPM module for storing persistent data
12 lines • 322 B
TypeScript
/**
* @todo: This needs to be replaced by the functions from `@sap-ux/btp-utils`
*/
/**
* Enumeration of environment variables used in AppStudio
*/
export declare enum ENV {
PROXY_URL = "HTTP_PROXY",
H2O_URL = "H2O_URL"
}
export declare function isAppStudio(): boolean;
//# sourceMappingURL=app-studio.d.ts.map