UNPKG

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