UNPKG

@jmfetchify/fetchify

Version:

A lightweight HTTP client library for client and server-side usage.

6 lines (5 loc) 180 B
export type SetupTimeOut = { controller: AbortController; timeOut: number; }; export declare const setupTimeout: ({ controller, timeOut }: SetupTimeOut) => NodeJS.Timeout;