UNPKG

react-obsidian

Version:

Dependency injection framework for React and React Native applications

8 lines 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getGlobal = void 0; function getGlobal() { return typeof window !== 'undefined' ? window : global; } exports.getGlobal = getGlobal; //# sourceMappingURL=getGlobal.js.map