UNPKG

axios-with-cookies

Version:

Fork of axios-cookiejar-support with configurable http(s)-agent

7 lines (6 loc) 200 B
/// <reference types="@types/node" /> import http from 'node:http'; export declare function createTestServer(stories: http.RequestListener[]): Promise<{ port: number; server: http.Server; }>;