UNPKG

386 BJavaScriptView Raw
1"use strict";
2/* global window */
3Object.defineProperty(exports, "__esModule", { value: true });
4var isBrowser = typeof window !== 'undefined' && typeof window.document !== 'undefined';
5exports.isBrowser = isBrowser;
6var isNode = typeof process !== 'undefined' && process.versions != null && process.versions.node != null;
7exports.isNode = isNode;
8//# sourceMappingURL=is-browser.js.map
\No newline at end of file