@thewtex/vtk.js-esm
Version:
Visualization Toolkit for the Web
17 lines (12 loc) • 435 B
JavaScript
import { c as createCommonjsModule } from '../../_virtual/commonjsHelpers.js';
/* eslint no-negated-condition: 0, no-new-func: 0 */
var implementation_browser = createCommonjsModule(function (module) {
if (typeof self !== 'undefined') {
module.exports = self;
} else if (typeof window !== 'undefined') {
module.exports = window;
} else {
module.exports = Function('return this')();
}
});
export { implementation_browser as i };