UNPKG

supertest-fetch

Version:
10 lines (9 loc) 277 B
import { Server as HttpServer } from 'node:http'; export default class Server { private readonly _server; private readonly _startedServer; readonly url: string; private constructor(); static create(server: HttpServer): Promise<Server>; close(): void; }