Skip to content

hit12369/weakmap-polyfill

 
 

Repository files navigation

weakmap-polyfill

Build Status

ECMAScript6 WeakMap polyfill.

Installation

Available on npm as weakmap-polyfill.

$ npm install weakmap-polyfill --save

This can also be installed with Bower.

$ bower install weakmap-polyfill

WeakMap will defined in the global scope if native WeakMap is not supported.

require('weakmap-polyfill');
var weakMap = new WeakMap();

License

MIT

About

ECMAScript6 WeakMap polyfill

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%