An open API service indexing awesome lists of open source software.

https://github.com/nozzlegear/es6-map-polyfill.d.ts

A Typescript/Typings definition for es6 map and weakmap polyfills.
https://github.com/nozzlegear/es6-map-polyfill.d.ts

Last synced: 3 months ago
JSON representation

A Typescript/Typings definition for es6 map and weakmap polyfills.

Awesome Lists containing this project

README

          

# es6-map-polyfill.d.ts

An ambient Typescript/Typings definition for ES6 [Map](https://npmjs.com/package/map-polyfill) and [WeakMap](https://npmjs.com/package/weakmap) polyfills.

### Installation

Using [Typings](https://github.com/typings/typings):

```bash
typings install github:nozzlegear/es6-map-polyfill.d.ts --save -A
```

Using NPM and [TSD](https://github.com/Definitelytyped/tsd):

```bash
npm install "git+https://git@github.com/nozzlegear/es6-map-polyfill.d.ts.git"

tsd link
```