@thewtex/vtk.js-esm
Version:
Visualization Toolkit for the Web
19 lines (13 loc) • 491 B
JavaScript
import { d as defineProperties_1 } from '../define-properties/index.js';
import { i as implementation_browser } from './implementation.browser.js';
import { p as polyfill$1 } from './polyfill.js';
import { s as shim } from './shim.js';
var polyfill = polyfill$1();
var getGlobal = function () { return polyfill; };
defineProperties_1(getGlobal, {
getPolyfill: polyfill$1,
implementation: implementation_browser,
shim: shim
});
var globalthis = getGlobal;
export { globalthis as g };