UNPKG

247 BTypeScriptView Raw
1export declare const setEnv: (env: string) => void;
2export interface RT {
3 [key: string]: any;
4}
5export declare const getClientEnvironment: (publicUrl: string) => {
6 raw: RT;
7 stringified: {
8 'process.env': {};
9 };
10};