@open-draft/until
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,2 +6,2 @@ /** | ||
*/ | ||
export declare const until: <DataType, ErrorType>(promise: () => Promise<DataType>) => Promise<[ErrorType, DataType]>; | ||
export declare const until: <DataType = unknown, ErrorType = Error>(promise: () => Promise<DataType>) => Promise<[ErrorType, DataType]>; |
{ | ||
"name": "@open-draft/until", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Gracefully handle a Promise using async/await.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
2286