mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-04 16:04:45 +08:00
a920b0cb8c2094acf44872e3c7d99a6a0fa29c5e
- Merge all callback interfaces into a generic interface. - Add CommandT generic interface for future use, to not have to explicitly define all command signatures. At the moment a duplicate definition is thrown is used, as commands like ```get``` have additional signatures defined. - Add rest parameter array to all commands, as all command accept either an array or paramarray (see: https://github.com/mranney/node_redis#sending-commands) - Update tests to test that paramarray is working as expected. - TODO: Add CAPITALISED versions of commands. - Add myself to header info.
cheerio: fixed format of header as suggested by Bartvds - https://github.com/borisyankov/DefinitelyTyped/pull/2588
extends should.d.ts to support global 'Should' and 'window.Should' variable for in-browser mode (See https://github.com/visionmedia/should.js/#in-browser)
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%