UNPKG

is-in-browser

Version:

Simple check to see if current app is running in browser

5 lines (4 loc) 144 B
export declare const isJsDom: boolean; export declare const isNode: boolean; export declare const isBrowser: boolean; export default isBrowser;