https://github.com/nozzlegear/winjs-definition-shims.d.ts
A Typescript/Typings definition for WinJS definitions that aren't included in the default WinJS.d.ts definitions.
https://github.com/nozzlegear/winjs-definition-shims.d.ts
Last synced: 4 months ago
JSON representation
A Typescript/Typings definition for WinJS definitions that aren't included in the default WinJS.d.ts definitions.
- Host: GitHub
- URL: https://github.com/nozzlegear/winjs-definition-shims.d.ts
- Owner: nozzlegear
- License: mit
- Created: 2016-03-11T17:00:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-11T17:08:25.000Z (over 9 years ago)
- Last Synced: 2025-03-06T02:47:19.725Z (7 months ago)
- Size: 47.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# winjs-definition-shims.d.ts
A Typescript/Typings definition for WinJS definitions that aren't included in the default WinJS.d.ts definitions.
### Installation
Using [Typings](https://github.com/typings/typings):
```bash
typings install github:nozzlegear/winjs-definition-shims.d.ts --save
```Using NPM and [TSD](https://github.com/Definitelytyped/tsd):
```bash
npm install "git+https://git@github.com/nozzlegear/winjs-definition-shims.d.ts.git"tsd link
```