UNPKG

mappersmith

Version:

It is a lightweight rest client for node.js and the browser

5 lines (3 loc) 163 B
declare const isTimeoutError: (e: Error) => boolean; declare const createTimeoutError: (message: string) => Error; export { createTimeoutError, isTimeoutError };