@thrall/async-chain
Advanced tools
Comparing version
@@ -10,2 +10,6 @@ export function chain(target = global, strict = false); | ||
): Promise; | ||
catch<X>( | ||
onrejected?: ((reason: any) => X | PromiseLike<X> | null | undefined) | ||
): Promise; | ||
} |
{ | ||
"name": "@thrall/async-chain", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Chain asynchronous methods with await.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
11320
0.9%131
2.34%