UNPKG

portals

Version:

Client-side HTTP requests with middleware support.

6 lines (5 loc) 168 B
/** * Returns true if we're running in a standard browser and not a web worker or * react-native application wrapper. */ declare function isBrowser(): boolean;