mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-26 11:12:19 +08:00
0fad808e8d8d163ab22df42d6469f4e01ddd0c1e
This is needed because there is no way to cast the output in the middle of the chain.
This is not be done on _.pluck() methods because T cannot be inferred. In other words, this:
<number>_.pluck(objectArray, 'id');
or this:
var id: number = _.pluck(objectArray, 'id');
is cleaner than this:
_.pluck<IMyObjectInterface, number>(objectArray, 'id');
winjs - winrt updates Merge branch 'master' of https://github.com/craigktreasure/DefinitelyTyped into winjs-updates
DefinitelyTyped 
The repository for high quality TypeScript type definitions.
For more information see the definitelytyped.org website.
Usage
Include a line like this:
/// <reference path="jquery.d.ts" />
Contributions
DefinitelyTyped only works because of contributions by users like you!
Please see the contribution guide on how to contribute to DefinitelyTyped.
How to get the definitions
- Directly from the Github repos
- NuGet packages
- TypeScript Definition manager
List of definitions
- See CONTRIBUTORS.md
Requested definitions
Here is an updated list of definitions people have requested.
Licence
This project is licensed under the MIT license.
Copyrights on the definition files are respective of each contributor listed at the beginning of each definition file.
Languages
TypeScript
100%