DefinitelyTyped/q
Sébastien De Saint Florent 17df178729 Update Q.d.ts with optional onRejected parameter
Spread method does not require onRejected param.
From Q documentation:
function eventualAdd(a, b) {
    return Q.spread([a, b], function (a, b) {
        return a + b;
    })
}
2014-11-03 17:08:23 -05:00
..
Q-tests.ts Adding Q.nbind function 2014-06-25 10:34:25 +02:00
Q.d.ts Update Q.d.ts with optional onRejected parameter 2014-11-03 17:08:23 -05:00