@types/bluebird
Advanced tools
Comparing version 3.5.28 to 3.5.29
// Type definitions for bluebird 3.5 | ||
// Project: https://github.com/petkaantonov/bluebird | ||
// Definitions by: Leonard Hecker <https://github.com/lhecker> | ||
// Definitions by: Leonard Hecker <https://github.com/lhecker>, thislooksfun <https://github.com/thislooksfun> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -569,3 +569,3 @@ // TypeScript Version: 3.2 | ||
*/ | ||
all(this: Bluebird<Iterable<{}>>): Bluebird<R>; | ||
all<Q>(this: Bluebird<R & Iterable<Q>>): Bluebird<R>; | ||
@@ -597,3 +597,3 @@ /** | ||
*/ | ||
some(this: Bluebird<Iterable<{}>>, count: number): Bluebird<R>; | ||
some<Q>(this: Bluebird<R & Iterable<Q>>, count: number): Bluebird<R>; | ||
@@ -600,0 +600,0 @@ /** |
{ | ||
"name": "@types/bluebird", | ||
"version": "3.5.28", | ||
"version": "3.5.29", | ||
"description": "TypeScript definitions for bluebird", | ||
@@ -11,6 +11,11 @@ "license": "MIT", | ||
"githubUsername": "lhecker" | ||
}, | ||
{ | ||
"name": "thislooksfun", | ||
"url": "https://github.com/thislooksfun", | ||
"githubUsername": "thislooksfun" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -23,4 +28,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "0a3259a5fbbf9650866838abe613360d0ef99d539c323078315de3bb31d5887f", | ||
"typesPublisherContentHash": "1c7ca163e9738edec9dac76a546a6e4d2f778939779f11e05654500f75233e67", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bluebird | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bluebird. | ||
Additional Details | ||
* Last updated: Mon, 14 Oct 2019 20:16:51 GMT | ||
### Additional Details | ||
* Last updated: Mon, 11 Nov 2019 20:12:15 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Leonard Hecker <https://github.com/lhecker>. | ||
These definitions were written by Leonard Hecker (https://github.com/lhecker), and thislooksfun (https://github.com/thislooksfun). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55589