We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ebacb commit 86c6798Copy full SHA for 86c6798
src/types.d.ts
@@ -6,6 +6,7 @@ declare module "ultimate-express" {
6
uwsOptions?: AppOptions;
7
threads?: number;
8
http3?: boolean;
9
+ uwsApp?: any;
10
};
11
12
namespace express {
0 commit comments