UNPKG
symbol-es6
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
ES6 Symbol polyfill in pure ES5
github.com/rousan/symbol-es6
rousan/symbol-es6
symbol-es6
/
test
/
index.html
13 lines
(11 loc)
•
202 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
Title
</
title
>
<
script
src
=
"../symbol-es6.js"
>
</
script
>
</
head
>
<
body
>
<
script
src
=
"index.js"
>
</
script
>
</
body
>
</
html
>