UNPKG

xverse-components-utils

Version:

xverse components utils

3 lines (2 loc) 83 B
export type IEnv = 'sit' | 'prod' | 'uat'; export declare function getEnv(): IEnv;