elearning/Frontend-Learner/node_modules/srvx/dist/adapters/generic.d.mts
2026-01-13 10:48:02 +07:00

8 lines
No EOL
320 B
TypeScript

import { f as Server, h as ServerOptions } from "../_chunks/types.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 };