UNPKG

@fle-ui/plus-table

Version:
7 lines (6 loc) 252 B
export type EnvType = 'dev' | 'test' | 'qa' | 'prod'; export declare const baseURLMap: { [key in EnvType]: string; }; export declare const getApiHost: (env: EnvType) => string; export declare const getApiUrl: (env: EnvType, url: string) => string;