UNPKG
mt-mappersmith
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
It is a lightweight rest client for node.js and the browser
github.com/tulios/mappersmith
mt-mappersmith
/
dist
/
gateway
/
timeout-error.d.ts
3 lines
(2 loc)
•
129 B
TypeScript
View Raw
1
2
3
export
declare
const
isTimeoutError
:
(
e
:
Error
) =>
boolean
;
export
declare
const
createTimeoutError
:
(
message
:
string
) =>
Error
;