UNPKG
uni-global
Version:
latest (1.0.0)
1.0.0
Global namespace without polluting the global scope
github.com/medikoo/uni-global
medikoo/uni-global
uni-global
/
lib
/
es-env-type.js
6 lines
(4 loc)
•
192 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
if
(!
Object
.
defineProperty
|| !
Object
.
create
)
module
.
exports
=
"3"
;
else
if
(
typeof
Symbol
===
"function"
&&
Symbol
[
"for"
])
module
.
exports
=
"2015+"
;
else
module
.
exports
=
"5"
;