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
/
esm
/
gateway
/
timeout-error.d.mts
5 lines
(3 loc)
•
163 B
text/typescript
View Raw
1
2
3
4
5
declare
const
isTimeoutError
:
(
e
:
Error
) =>
boolean
;
declare
const
createTimeoutError
:
(
message
:
string
) =>
Error
;
export
{ createTimeoutError, isTimeoutError };