UNPKG

collections-es6

Version:

ES6 Map, Set, WeakMap and WeakSet polyfill in pure ES5

14 lines (12 loc) 276 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="../node_modules/symbol-es6/symbol-es6.js"></script> <script src="../collections-es6.js"></script> </head> <body> <script src="index.js"></script> </body> </html>