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

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.

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
```