@types/bluebird-global
Advanced tools
Comparing version 3.5.17 to 3.5.18
@@ -203,2 +203,3 @@ /* | ||
predicate: (error: any) => boolean, | ||
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type | ||
onReject: (error: any) => T | PromiseLike<T> | void | PromiseLike<void>, | ||
@@ -209,2 +210,3 @@ ): Bluebird<T>; | ||
ErrorClass: new(...args: any[]) => E, | ||
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type | ||
onReject: (error: E) => T | PromiseLike<T> | void | PromiseLike<void>, | ||
@@ -216,2 +218,3 @@ ): Bluebird<T>; | ||
): Bluebird<U | T>; | ||
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type | ||
catch(predicate: Object, onReject: (error: any) => T | PromiseLike<T> | void | PromiseLike<void>): Bluebird<T>; | ||
@@ -218,0 +221,0 @@ catch<U>(predicate: Object, onReject: (error: any) => U | PromiseLike<U>): Bluebird<U | T>; |
{ | ||
"name": "@types/bluebird-global", | ||
"version": "3.5.17", | ||
"version": "3.5.18", | ||
"description": "TypeScript definitions for bluebird-global", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bluebird-global", | ||
}, | ||
"typesPublisherContentHash": "fb43c4849ad79353a0c172534e82b9cad24bc20b766fd7295af297083b32f3ab", | ||
"typesPublisherContentHash": "aec4a41e62e2a85cf1d44d851f8a7a495a0f76b24cccb6aedc4de599d213d294", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 20 Nov 2023 23:36:23 GMT | ||
* Last updated: Wed, 22 Nov 2023 00:24:48 GMT | ||
* Dependencies: [@types/bluebird](https://npmjs.com/package/@types/bluebird) | ||
@@ -14,0 +14,0 @@ |
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
21241
438