UNPKG

220 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.isBrowser = (typeof window !== 'undefined' && window.document);
4exports.isNode = !exports.isBrowser;
5//# sourceMappingURL=helper.js.map
\No newline at end of file