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.
- Host: GitHub
- URL: https://github.com/nozzlegear/ts-definitions
- Owner: nozzlegear
- License: mit
- Created: 2016-01-14T21:12:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-10T20:57:43.000Z (over 9 years ago)
- Last Synced: 2025-01-16T13:01:07.120Z (9 months ago)
- Size: 168 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)