UNPKG

287 BJavaScriptView Raw
1/* global window */
2const isBrowser = typeof window !== 'undefined' && typeof window.document !== 'undefined';
3const isNode = typeof process !== 'undefined' && process.versions != null && process.versions.node != null;
4export { isBrowser, isNode };
5//# sourceMappingURL=is-browser.js.map
\No newline at end of file