UNPKG
@lazy-ipfs/compatible-files
Version:
latest (1.1.1)
1.1.1
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.2
1.0.1
github.com/bluelovers/ws-ipfs/tree/master/packages/@lazy-ipfs/compatible-files
bluelovers/ws-ipfs
@lazy-ipfs/compatible-files
/
lib
/
util
/
_promiseCatchAggregateError.d.ts
3 lines
(2 loc)
•
173 B
TypeScript
View Raw
1
2
3
import
{
AggregateErrorExtra
}
from
'lazy-aggregate-error'
;
export
declare
function
_promiseCatchAggregateError<P
extends
Promise
<
any
>>(
p
: P,
err
?:
AggregateErrorExtra
): P;