UNPKG
@thewtex/vtk.js-esm
Version:
latest (18.4.2-77b22c7239.1)
18.4.2-77b22c7239.1
18.4.2-77b22c7239
Visualization Toolkit for the Web
github.com/kitware/vtk-js
kitware/vtk-js
@thewtex/vtk.js-esm
/
_virtual
/
polyfill-node_global.js
6 lines
(4 loc)
•
167 B
JavaScript
View Raw
1
2
3
4
5
6
var
global
= (
typeof
global
!==
"undefined"
?
global
:
typeof
self !==
"undefined"
? self :
typeof
window
!==
"undefined"
?
window
: {});
export
{
global
as
g };