UNPKG

vike

Version:

(Replaces Next.js/Nuxt) 🔨 Composable framework to build advanced applications with flexibility and stability.

3 lines (2 loc) • 146 B
/** Test whether the environment is a *real* browser (not a browser simulation such as `jsdom`). */ export declare function isBrowser(): boolean;