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

https://github.com/nozzlegear/ts-definitions

A personal repo for custom Typescript definitions that I often use across projects.
https://github.com/nozzlegear/ts-definitions

Last synced: 7 months ago
JSON representation

A personal repo for custom Typescript definitions that I often use across projects.

Awesome Lists containing this project

README

          

# TS Definitions

A small repository for custom Typescript definitions that I use across multiple projects. Some may get PR'd into [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) eventually.

### Installation

```bash
npm install "git+https://git@github.com/nozzlegear/ts-definitions.git"
```

Optionally use [TSD](https://github.com/definitelytyped/tsd) to add a reference to the newly installed definitions:

```bash
tsd link
```

Or, use [Typings](https://github.com/typings/typings) to install definitions:

```bash
typings install github:nozzlegear/ts-definitions --save
```

### Current definitions

Some of the definitions may be incomplete (especially the Windows-specific ones).

[reqwest.js](https://github.com/ded/reqwest)

[ReactWinJS](https://github.com/winjs/react-winjs)

[WinJS.UI.ContentDialog](https://gitub.com/winjs/winjs)

[Windows.UI.Core.SystemNavigationManager](https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.core.systemnavigationmanager.aspx)

[Windows.Web.Http](https://msdn.microsoft.com/en-us/library/windows/apps/windows.web.http.aspx)