UNPKG

220 BTypeScriptView Raw
1export declare const isServer: boolean;
2export declare const isClient: boolean;
3export declare const isProduction: boolean;
4export declare const isDevelopment: boolean;
5export declare const isDevelopmentClient: boolean;