Package Exports
- weakmap-polyfill
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (weakmap-polyfill) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
weakmap-polyfill
ECMAScript6 WeakMap polyfill.
Installation
Available on npm as weakmap-polyfill.
$ npm install weakmap-polyfill --saveThis can also be installed with Bower.
$ bower install weakmap-polyfillWeakMap will defined in the global scope if native WeakMap is not supported.
require('weakmap-polyfill');
var weakMap = new WeakMap();License
MIT