UNPKG
@lpezet/p-retry-ts
Version:
latest (6.2.4)
6.2.4
6.2.3
6.2.2
Retry a promise-returning or async function
github.com/lpezet/p-retry-ts
lpezet/p-retry-ts
@lpezet/p-retry-ts
/
dist
/
src
/
isNetworkError.d.ts
2 lines
(1 loc)
•
61 B
TypeScript
View Raw
1
2
export
default
function
isNetworkError
(error: any)
: boolean;