UNPKG
@wider/utils_where-am-i
Version:
latest (1.1.22)
1.1.22
1.1.21
1.1.20
1.1.19
1.1.18
1.1.17
1.1.16
1.1.15
1.1.14
1.1.12
1.1.11
1.0.5
1.0.4
Determine where your code is running
@wider/utils_where-am-i
/
test.js
6 lines
(3 loc)
•
91 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
const
whereAmI =
require
(
"."
);
console
.
log
(
JSON
.
stringify
(whereAmI));