UNPKG
node-self
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
1.0.0-d
1.0.0-c
1.0.0-b
1.0.0-a
self property in Node.js
github.com/leegeunhyeok/node-self
leegeunhyeok/node-self
node-self
/
index.js
6 lines
(5 loc)
•
118 B
JavaScript
View Raw
1
2
3
4
5
6
void
!
function
(
) {
typeof
self ==
'undefined'
&&
typeof
global
==
'object'
&& (
global
.
self
=
global
); }();