@types/async-retry
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -22,5 +22,5 @@ // Type definitions for async-retry 1.2 | ||
type RetryFunction<A> = (bail: (e: Error) => A, attempt: number) => A|Promise<A>; | ||
type RetryFunction<A> = (bail: (e: Error) => void, attempt: number) => A|Promise<A>; | ||
} | ||
export = AsyncRetry; |
{ | ||
"name": "@types/async-retry", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "TypeScript definitions for async-retry", | ||
@@ -21,8 +21,8 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "17de25f40211474349e492e7f80198fda1778423d3e89d806e28a036bcf519ae", | ||
"typesPublisherContentHash": "afb922cbeb6e9949f35997c55366eca8e3a76808e5c5447c8b463a4c80a68f7d", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/async-retry | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/async-retry | ||
Additional Details | ||
* Last updated: Mon, 02 Apr 2018 15:15:50 GMT | ||
* Last updated: Tue, 05 Jun 2018 00:03:07 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
3213