mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-06 16:20:26 +08:00
Merge pull request #4 from jmvrbanac/master
Adding definition file and linking projects in readme.
This commit is contained in:
Vendored
+21
@@ -0,0 +1,21 @@
|
||||
interface HumaneOptions {
|
||||
timeout:number;
|
||||
clickToClose:Boolean;
|
||||
baseCls:String;
|
||||
addnCls:String;
|
||||
}
|
||||
|
||||
interface Humane {
|
||||
create(options?:HumaneOptions):Humane;
|
||||
info:Function;
|
||||
error:Function;
|
||||
spawn(options:HumaneOptions):Function;
|
||||
remove();
|
||||
log(message:String):Humane;
|
||||
log(message:String, callback:Function):Humane;
|
||||
log(message:String, options:HumaneOptions):Humane;
|
||||
log(message:String, callback:Function, options:HumaneOptions):Humane;
|
||||
|
||||
log(listOfMessages:Array):Humane;
|
||||
}
|
||||
declare var humane:Humane;
|
||||
@@ -7,19 +7,20 @@ The project aims to provide *high quality* definitions for the most popular libr
|
||||
|
||||
Complete
|
||||
--------
|
||||
* Backbone.js
|
||||
* Bootstrap
|
||||
* Express (from TypeScript samples)
|
||||
* Fancybox
|
||||
* History.js
|
||||
* jQuery.Globalize
|
||||
* jQuery (from TypeScript samples)
|
||||
* Knockout.js
|
||||
* Modernizr
|
||||
* Mustache.js
|
||||
* Node.js (from TypeScript samples)
|
||||
* QUnit
|
||||
* Underscore.js
|
||||
* [Backbone.js](http://backbonejs.org/)
|
||||
* [Bootstrap](http://twitter.github.com/bootstrap/)
|
||||
* [Express](http://expressjs.com/) (from TypeScript samples)
|
||||
* [Fancybox](http://fancybox.net/)
|
||||
* [History.js](https://github.com/balupton/History.js/)
|
||||
* [Humane.js](http://wavded.github.com/humane-js/) (from [jmvrbanac](https://github.com/jmvrbanac))
|
||||
* [jQuery.Globalize](https://github.com/jquery/globalize)
|
||||
* [jQuery](http://jquery.com/) (from TypeScript samples)
|
||||
* [Knockout.js](http://knockoutjs.com/)
|
||||
* [Modernizr](http://modernizr.com/)
|
||||
* [Mustache.js](https://github.com/janl/mustache.js)
|
||||
* [Node.js](http://nodejs.org/) (from TypeScript samples)
|
||||
* [QUnit](http://qunitjs.com/)
|
||||
* [Underscore.js](http://underscorejs.org/)
|
||||
|
||||
In Progress
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user