Update app and tooling
This commit is contained in:
parent
3046531bdd
commit
e620ec7349
4950 changed files with 2975120 additions and 10 deletions
8
node_modules/srvx/dist/adapters/generic.d.mts
generated
vendored
Normal file
8
node_modules/srvx/dist/adapters/generic.d.mts
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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 };
|
||||
Loading…
Add table
Add a link
Reference in a new issue