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.
- Host: GitHub
- URL: https://github.com/nozzlegear/es6-map-polyfill.d.ts
- Owner: nozzlegear
- License: mit
- Created: 2016-03-10T21:04:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-10T21:53:30.000Z (over 9 years ago)
- Last Synced: 2025-03-06T02:48:51.426Z (7 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```