cmux/node_modules/srvx/dist/adapters/generic.d.mts
2026-01-29 17:36:26 -08:00

8 lines
No EOL
319 B
TypeScript

import { Server, ServerOptions } from "../_chunks/types-BtByT9ny.mjs";
//#region src/adapters/generic.d.ts
declare const FastURL: typeof globalThis.URL;
declare const FastResponse: typeof globalThis.Response;
declare function serve(options: ServerOptions): Server;
//#endregion
export { FastResponse, FastURL, serve };