UNPKG
es6-symbol
Version:
latest (3.1.4)
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.0.1
2.0.0
1.0.0
0.1.1
0.1.0
0.0.0
ECMAScript 6 Symbol polyfill
github.com/medikoo/es6-symbol
medikoo/es6-symbol
es6-symbol
/
index.js
6 lines
(4 loc)
•
125 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
module
.
exports
=
require
(
"./is-implemented"
)() ?
require
(
"ext/global-this"
).
Symbol
:
require
(
"./polyfill"
);