@mjackson/node-fetch-server
Version:
Build servers for Node.js using the web fetch API
3 lines • 308 B
TypeScript
export { type ClientAddress, type ErrorHandler, type FetchHandler } from './lib/fetch-handler.ts';
export { type RequestListenerOptions, createRequestListener, type RequestOptions, createRequest, createHeaders, sendResponse, } from './lib/request-listener.ts';
//# sourceMappingURL=node-fetch-server.d.ts.map