@lark-apaas/devtool-kits 1.2.17-alpha.0 → 1.2.17-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IncomingMessage, ServerResponse } from 'node:http';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { Router, RequestHandler, Application } from 'express';
|
|
3
|
+
import { ServerResponse as ServerResponse$1, IncomingMessage as IncomingMessage$1 } from 'http';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* 标准化基础路径,确保以 '/' 开头且不包含 trailing slash
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IncomingMessage, ServerResponse } from 'node:http';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { Router, RequestHandler, Application } from 'express';
|
|
3
|
+
import { ServerResponse as ServerResponse$1, IncomingMessage as IncomingMessage$1 } from 'http';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* 标准化基础路径,确保以 '/' 开头且不包含 trailing slash
|