five-server
Version:
Development Server with Live Reload Capability. (Maintained Fork of Live Server)
9 lines • 469 B
TypeScript
/**
* @author Yannick Deubel (https://github.com/yandeu)
* @copyright Copyright (c) 2021 Yannick Deubel
* @license {@link https://github.com/yandeu/five-server/blob/main/LICENSE LICENSE}
*/
import http from 'http';
/** Reject will return statusCode and statusMessage { code: number, message: string } */
export declare const nodeFetch: (url: string, options?: http.RequestOptions, redirects?: number) => Promise<Buffer>;
//# sourceMappingURL=nodeFetch.d.ts.map