UNPKG

@goongmaps/goong-map-react

Version:

A fork of react-map-gl. React components for Goong JS

13 lines (12 loc) 449 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.window = exports.global = exports.document = void 0; var window_ = typeof window !== 'undefined' ? window : global; exports.window = window_; var global_ = typeof global !== 'undefined' ? global : window; exports.global = global_; var document_ = typeof document !== 'undefined' ? document : {}; exports.document = document_; //# sourceMappingURL=globals.js.map