Boris Yankov ef82d17a5f Merge pull request #191 from vbortone/master
KeyboardJS definitions
2013-01-17 09:57:06 -08:00
2013-01-17 17:19:40 +02:00
2013-01-16 23:39:45 +02:00
2012-12-26 09:28:03 +01:00
2012-12-26 09:28:02 +01:00
2013-01-17 17:19:40 +02:00
2013-01-17 17:19:40 +02:00
2013-01-17 09:48:27 -08:00
2013-01-08 22:05:17 -08:00
2012-12-26 09:28:18 +01:00
2013-01-17 16:32:23 +02:00

DefinitelyTyped

The repository for high quality TypeScript type definitions.

Use a definition file like this:

/// <reference path="jquery.d.ts" />

Contributor Guidelines

Definition files should be called 'library.d.ts'. In case there are multiple versions supported, the latest one will be without a version number in the file name. Older versions will be in the form of 'library-1.0.d.ts'.

Test files called 'library-tests.ts'. They are not runnable, in the TDD way. They contain code that should compile with no errors, usually taken from the documentation.samples of the library. It is very desirable each new contribution to contain tests too.

List of Libraries

Description
No description provided
Readme MIT 395 MiB
Languages
TypeScript 100%