@lsby/net-core 0.6.7-beta.5 → 0.6.7-beta.6
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/cjs/help/help.d.cts +4 -1
- package/dist/cjs/index.cjs +0 -11
- package/dist/cjs/index.d.cts +3 -3
- package/dist/cjs/interface/interface-base.d.cts +2 -1
- package/dist/cjs/interface/interface-logic.cjs +2 -13
- package/dist/cjs/interface/interface-logic.d.cts +2 -1
- package/dist/cjs/interface/interface-result.d.cts +2 -1
- package/dist/cjs/{interface-base-BmRAwhK1.d.cts → interface-base-C1YHD6Bi.d.cts} +6 -6
- package/dist/cjs/plugin/extend/chinese-path.d.cts +2 -1
- package/dist/cjs/plugin/extend/custom-data.d.cts +2 -1
- package/dist/cjs/plugin/extend/json.d.cts +4 -2
- package/dist/cjs/plugin/extend/log-headers.d.cts +2 -1
- package/dist/cjs/plugin/extend/send-file-plugin.d.cts +2 -1
- package/dist/cjs/plugin/extend/urlencoded.d.cts +2 -1
- package/dist/cjs/plugin/extend/web-socket.d.cts +2 -1
- package/dist/cjs/plugin/plug.d.cts +2 -1
- package/dist/cjs/server/server.d.cts +2 -1
- package/dist/cjs/wrapper/common-wrapper.d.cts +2 -1
- package/dist/cjs/wrapper/deferred-result-wrapper.d.cts +2 -1
- package/dist/esm/{chunk-E27ESHC6.js → chunk-RZ2XLCGL.js} +1 -11
- package/dist/esm/help/help.d.ts +4 -1
- package/dist/esm/index.d.ts +3 -3
- package/dist/esm/index.js +5 -7
- package/dist/esm/interface/interface-base.d.ts +2 -1
- package/dist/esm/interface/interface-logic.d.ts +2 -1
- package/dist/esm/interface/interface-logic.js +3 -5
- package/dist/esm/interface/interface-result.d.ts +2 -1
- package/dist/esm/{interface-base-BmRAwhK1.d.ts → interface-base-DjGk177H.d.ts} +6 -6
- package/dist/esm/plugin/extend/chinese-path.d.ts +2 -1
- package/dist/esm/plugin/extend/custom-data.d.ts +2 -1
- package/dist/esm/plugin/extend/json.d.ts +4 -2
- package/dist/esm/plugin/extend/log-headers.d.ts +2 -1
- package/dist/esm/plugin/extend/send-file-plugin.d.ts +2 -1
- package/dist/esm/plugin/extend/urlencoded.d.ts +2 -1
- package/dist/esm/plugin/extend/web-socket.d.ts +2 -1
- package/dist/esm/plugin/plug.d.ts +2 -1
- package/dist/esm/server/server.d.ts +2 -1
- package/dist/esm/wrapper/common-wrapper.d.ts +2 -1
- package/dist/esm/wrapper/deferred-result-wrapper.d.ts +2 -1
- package/package.json +1 -1
package/dist/cjs/help/help.d.cts
CHANGED
|
@@ -4,5 +4,8 @@ type 去除只读<T> = T extends readonly [...infer U] ? U : never;
|
|
|
4
4
|
type 类型相等<A, B> = A extends B ? (B extends A ? true : false) : false;
|
|
5
5
|
declare function 截断字符串(内容: string): string;
|
|
6
6
|
declare function 递归截断字符串(数据: any): any;
|
|
7
|
+
type UnionToIntersection<T> = (T extends any ? (x: T) => any : never) extends (x: infer U) => any ? U : never;
|
|
8
|
+
type LastUnion<T> = UnionToIntersection<T extends any ? (x: T) => any : never> extends (x: infer L) => any ? L : never;
|
|
9
|
+
type 联合转元组<T, Last = LastUnion<T>> = [T] extends [never] ? [] : [...联合转元组<Exclude<T, Last>>, Last];
|
|
7
10
|
|
|
8
|
-
export { type 去除只读, 截断字符串, 构造元组, 构造对象, type 类型相等, 递归截断字符串 };
|
|
11
|
+
export { type 去除只读, 截断字符串, 构造元组, 构造对象, type 类型相等, type 联合转元组, 递归截断字符串 };
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -44,7 +44,6 @@ __export(src_exports, {
|
|
|
44
44
|
\u63A5\u53E3\u6D4B\u8BD5: () => \u63A5\u53E3\u6D4B\u8BD5,
|
|
45
45
|
\u63A5\u53E3\u7ED3\u679C\u8F6C\u6362\u5668: () => \u63A5\u53E3\u7ED3\u679C\u8F6C\u6362\u5668,
|
|
46
46
|
\u63A5\u53E3\u903B\u8F91: () => \u63A5\u53E3\u903B\u8F91,
|
|
47
|
-
\u63A5\u53E3\u903B\u8F91\u7EC4\u4EF6: () => \u63A5\u53E3\u903B\u8F91\u7EC4\u4EF6,
|
|
48
47
|
\u63D2\u4EF6: () => \u63D2\u4EF6,
|
|
49
48
|
\u670D\u52A1\u5668: () => \u670D\u52A1\u5668,
|
|
50
49
|
\u6784\u9020\u5143\u7EC4: () => \u6784\u9020\u5143\u7EC4,
|
|
@@ -171,15 +170,6 @@ var \u63A5\u53E3\u903B\u8F91 = class _\u63A5\u53E3\u903B\u8F91 {
|
|
|
171
170
|
});
|
|
172
171
|
}
|
|
173
172
|
};
|
|
174
|
-
var \u63A5\u53E3\u903B\u8F91\u7EC4\u4EF6 = class extends \u63A5\u53E3\u903B\u8F91 {
|
|
175
|
-
constructor(\u63D2\u4EF6\u4EEC) {
|
|
176
|
-
super();
|
|
177
|
-
this.\u63D2\u4EF6\u4EEC = \u63D2\u4EF6\u4EEC;
|
|
178
|
-
}
|
|
179
|
-
\u83B7\u5F97\u63D2\u4EF6\u4EEC() {
|
|
180
|
-
return this.\u63D2\u4EF6\u4EEC;
|
|
181
|
-
}
|
|
182
|
-
};
|
|
183
173
|
|
|
184
174
|
// src/interface/interface-result.ts
|
|
185
175
|
var \u63A5\u53E3\u7ED3\u679C\u8F6C\u6362\u5668 = class {
|
|
@@ -734,7 +724,6 @@ var \u5E38\u7528\u5EF6\u65F6\u76F4\u63A5\u5F62\u5F0F\u63A5\u53E3\u5C01\u88C5 = c
|
|
|
734
724
|
\u63A5\u53E3\u6D4B\u8BD5,
|
|
735
725
|
\u63A5\u53E3\u7ED3\u679C\u8F6C\u6362\u5668,
|
|
736
726
|
\u63A5\u53E3\u903B\u8F91,
|
|
737
|
-
\u63A5\u53E3\u903B\u8F91\u7EC4\u4EF6,
|
|
738
727
|
\u63D2\u4EF6,
|
|
739
728
|
\u670D\u52A1\u5668,
|
|
740
729
|
\u6784\u9020\u5143\u7EC4,
|
package/dist/cjs/index.d.cts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { 去除只读, 截断字符串, 构造元组, 构造对象, 类型相等, 递归截断字符串 } from './help/help.cjs';
|
|
2
|
-
export { 任 as 任意接口, s as 任意接口结果转换器, l as 任意接口逻辑, u as 任意插件, 包 as 包装插件项, 取 as 取Task插件内部类型, w as 取Task插件类型, x as 取插件内部ts类型, 可 as 可调用接口逻辑, 合 as 合并插件结果, t as 常用延时直接形式转换器, 常 as 常用形式转换器, b as 接口, a as 接口方法类型, r as 接口结果转换器, 接 as 接口路径类型, k as 接口逻辑, i as 接口逻辑正确类型,
|
|
1
|
+
export { 去除只读, 截断字符串, 构造元组, 构造对象, 类型相等, 联合转元组, 递归截断字符串 } from './help/help.cjs';
|
|
2
|
+
export { 任 as 任意接口, s as 任意接口结果转换器, l as 任意接口逻辑, u as 任意插件, 包 as 包装插件项, 取 as 取Task插件内部类型, w as 取Task插件类型, x as 取插件内部ts类型, 可 as 可调用接口逻辑, 合 as 合并插件结果, t as 常用延时直接形式转换器, 常 as 常用形式转换器, b as 接口, a as 接口方法类型, r as 接口结果转换器, 接 as 接口路径类型, k as 接口逻辑, i as 接口逻辑正确类型, h as 接口逻辑错误类型, j as 接口逻辑附加参数类型, 插 as 插件, v as 插件项类型, 服 as 服务器, c as 获得接口方法类型, f as 获得接口正确形式, g as 获得接口结果转换器类型, 获 as 获得接口路径类型, m as 获得接口逻辑插件类型, p as 获得接口逻辑正确类型, d as 获得接口逻辑类型, o as 获得接口逻辑错误类型, n as 获得接口逻辑附加参数类型, e as 获得接口错误形式, q as 计算接口逻辑正确结果, 计 as 计算接口逻辑错误结果, 请 as 请求附加参数类型 } from './interface-base-C1YHD6Bi.cjs';
|
|
3
3
|
export { 接口测试 } from './interface/interface-test.cjs';
|
|
4
4
|
export { 中文路径支持插件 } from './plugin/extend/chinese-path.cjs';
|
|
5
5
|
export { 自定义数据插件 } from './plugin/extend/custom-data.cjs';
|
|
6
|
-
export { JSON解析插件, 任意JSON解析插件, 任意JSON解析插件项, 合并JSON
|
|
6
|
+
export { JSON解析插件, 任意JSON解析插件, 任意JSON解析插件项, 合并JSON插件结果, 计算接口逻辑JSON参数 } from './plugin/extend/json.cjs';
|
|
7
7
|
export { 调试请求头插件 } from './plugin/extend/log-headers.cjs';
|
|
8
8
|
export { 发送文件插件 } from './plugin/extend/send-file-plugin.cjs';
|
|
9
9
|
export { 表单解析插件 } from './plugin/extend/urlencoded.cjs';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { 任 as 任意接口, b as 接口, a as 接口方法类型, 接 as 接口路径类型, c as 获得接口方法类型, f as 获得接口正确形式, g as 获得接口结果转换器类型, 获 as 获得接口路径类型, d as 获得接口逻辑类型, e as 获得接口错误形式 } from '../interface-base-
|
|
2
|
+
export { 任 as 任意接口, b as 接口, a as 接口方法类型, 接 as 接口路径类型, c as 获得接口方法类型, f as 获得接口正确形式, g as 获得接口结果转换器类型, 获 as 获得接口路径类型, d as 获得接口逻辑类型, e as 获得接口错误形式 } from '../interface-base-C1YHD6Bi.cjs';
|
|
3
3
|
import '@lsby/ts-fp-data';
|
|
4
4
|
import 'express';
|
|
5
|
+
import '../help/help.cjs';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
@@ -20,8 +20,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
20
20
|
// src/interface/interface-logic.ts
|
|
21
21
|
var interface_logic_exports = {};
|
|
22
22
|
__export(interface_logic_exports, {
|
|
23
|
-
\u63A5\u53E3\u903B\u8F91: () => \u63A5\u53E3\u903B\u8F91
|
|
24
|
-
\u63A5\u53E3\u903B\u8F91\u7EC4\u4EF6: () => \u63A5\u53E3\u903B\u8F91\u7EC4\u4EF6
|
|
23
|
+
\u63A5\u53E3\u903B\u8F91: () => \u63A5\u53E3\u903B\u8F91
|
|
25
24
|
});
|
|
26
25
|
module.exports = __toCommonJS(interface_logic_exports);
|
|
27
26
|
var import_ts_fp_data = require("@lsby/ts-fp-data");
|
|
@@ -79,17 +78,7 @@ var \u63A5\u53E3\u903B\u8F91 = class _\u63A5\u53E3\u903B\u8F91 {
|
|
|
79
78
|
});
|
|
80
79
|
}
|
|
81
80
|
};
|
|
82
|
-
var \u63A5\u53E3\u903B\u8F91\u7EC4\u4EF6 = class extends \u63A5\u53E3\u903B\u8F91 {
|
|
83
|
-
constructor(\u63D2\u4EF6\u4EEC) {
|
|
84
|
-
super();
|
|
85
|
-
this.\u63D2\u4EF6\u4EEC = \u63D2\u4EF6\u4EEC;
|
|
86
|
-
}
|
|
87
|
-
\u83B7\u5F97\u63D2\u4EF6\u4EEC() {
|
|
88
|
-
return this.\u63D2\u4EF6\u4EEC;
|
|
89
|
-
}
|
|
90
|
-
};
|
|
91
81
|
// Annotate the CommonJS export names for ESM import in node:
|
|
92
82
|
0 && (module.exports = {
|
|
93
|
-
\u63A5\u53E3\u903B\u8F91
|
|
94
|
-
\u63A5\u53E3\u903B\u8F91\u7EC4\u4EF6
|
|
83
|
+
\u63A5\u53E3\u903B\u8F91
|
|
95
84
|
});
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import '@lsby/ts-fp-data';
|
|
2
2
|
import 'express';
|
|
3
|
-
|
|
3
|
+
import '../help/help.cjs';
|
|
4
|
+
export { l as 任意接口逻辑, 可 as 可调用接口逻辑, k as 接口逻辑, i as 接口逻辑正确类型, h as 接口逻辑错误类型, j as 接口逻辑附加参数类型, m as 获得接口逻辑插件类型, p as 获得接口逻辑正确类型, o as 获得接口逻辑错误类型, n as 获得接口逻辑附加参数类型, q as 计算接口逻辑正确结果, 计 as 计算接口逻辑错误结果 } from '../interface-base-C1YHD6Bi.cjs';
|
|
4
5
|
import 'zod';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import '@lsby/ts-fp-data';
|
|
2
|
-
export { s as 任意接口结果转换器, t as 常用延时直接形式转换器, 常 as 常用形式转换器, r as 接口结果转换器 } from '../interface-base-
|
|
2
|
+
export { s as 任意接口结果转换器, t as 常用延时直接形式转换器, 常 as 常用形式转换器, r as 接口结果转换器 } from '../interface-base-C1YHD6Bi.cjs';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import 'express';
|
|
5
|
+
import '../help/help.cjs';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { Task, Either } from '@lsby/ts-fp-data';
|
|
3
3
|
import { Request, Response } from 'express';
|
|
4
|
+
import { 联合转元组 as _____ } from './help/help.cjs';
|
|
4
5
|
import { Log } from '@lsby/ts-log';
|
|
5
6
|
import * as http from 'node:http';
|
|
6
7
|
|
|
@@ -105,11 +106,10 @@ type 获得接口逻辑插件类型<A> = A extends 接口逻辑<infer X, any, an
|
|
|
105
106
|
type 获得接口逻辑附加参数类型<A> = A extends 接口逻辑<any, infer X, any, any> ? X : never;
|
|
106
107
|
type 获得接口逻辑错误类型<A> = A extends 接口逻辑<any, any, infer X, any> ? X : never;
|
|
107
108
|
type 获得接口逻辑正确类型<A> = A extends 接口逻辑<any, any, any, infer X> ? X : never;
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
}
|
|
109
|
+
type 计算接口逻辑错误结果<接口逻辑> = _____<获得接口逻辑错误类型<接口逻辑>>;
|
|
110
|
+
type 计算接口逻辑正确结果<接口逻辑> = {
|
|
111
|
+
[k in keyof 获得接口逻辑正确类型<接口逻辑>]: 获得接口逻辑正确类型<接口逻辑>[k];
|
|
112
|
+
};
|
|
113
113
|
|
|
114
114
|
/**
|
|
115
115
|
* 描述接口逻辑返回的数据将以何种形式返回给前端.
|
|
@@ -180,4 +180,4 @@ type 获得接口错误形式<A> = A extends 接口<any, any, any, infer X, any,
|
|
|
180
180
|
type 获得接口正确形式<A> = A extends 接口<any, any, any, any, infer X, any> ? z.infer<X> : never;
|
|
181
181
|
type 获得接口结果转换器类型<A> = A extends 接口<any, any, any, any, any, infer X> ? X : never;
|
|
182
182
|
|
|
183
|
-
export { type 接口方法类型 as a, 接口 as b, type 获得接口方法类型 as c, type 获得接口逻辑类型 as d, type 获得接口错误形式 as e, type 获得接口正确形式 as f, type 获得接口结果转换器类型 as g, type 接口逻辑错误类型 as h, type 接口逻辑正确类型 as i, type 接口逻辑附加参数类型 as j, 接口逻辑 as k, type 任意接口逻辑 as l, type 获得接口逻辑插件类型 as m, type 获得接口逻辑附加参数类型 as n, type 获得接口逻辑错误类型 as o, type 获得接口逻辑正确类型 as p,
|
|
183
|
+
export { type 接口方法类型 as a, 接口 as b, type 获得接口方法类型 as c, type 获得接口逻辑类型 as d, type 获得接口错误形式 as e, type 获得接口正确形式 as f, type 获得接口结果转换器类型 as g, type 接口逻辑错误类型 as h, type 接口逻辑正确类型 as i, type 接口逻辑附加参数类型 as j, 接口逻辑 as k, type 任意接口逻辑 as l, type 获得接口逻辑插件类型 as m, type 获得接口逻辑附加参数类型 as n, type 获得接口逻辑错误类型 as o, type 获得接口逻辑正确类型 as p, type 计算接口逻辑正确结果 as q, 接口结果转换器 as r, type 任意接口结果转换器 as s, 常用延时直接形式转换器 as t, type 任意插件 as u, type 插件项类型 as v, type 取Task插件类型 as w, type 取插件内部ts类型 as x, type 任意接口 as 任, type 包装插件项 as 包, type 取Task插件内部类型 as 取, type 可调用接口逻辑 as 可, type 合并插件结果 as 合, 常用形式转换器 as 常, type 接口路径类型 as 接, 插件 as 插, 服务器 as 服, type 获得接口路径类型 as 获, type 计算接口逻辑错误结果 as 计, type 请求附加参数类型 as 请 };
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { 插 as __ } from '../../interface-base-
|
|
2
|
+
import { 插 as __ } from '../../interface-base-C1YHD6Bi.cjs';
|
|
3
3
|
import '@lsby/ts-fp-data';
|
|
4
4
|
import 'express';
|
|
5
|
+
import '../../help/help.cjs';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
7
8
|
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { 插 as __ } from '../../interface-base-
|
|
2
|
+
import { 插 as __ } from '../../interface-base-C1YHD6Bi.cjs';
|
|
3
3
|
import '@lsby/ts-fp-data';
|
|
4
4
|
import 'express';
|
|
5
|
+
import '../../help/help.cjs';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
7
8
|
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import express from 'express';
|
|
2
2
|
import { AnyZodObject, z } from 'zod';
|
|
3
|
-
import { 插 as __, 包 as _____, v as _____$1, 取 as _Task______ } from '../../interface-base-
|
|
3
|
+
import { 插 as __, 包 as _____, v as _____$1, 取 as _Task______, m as __________ } from '../../interface-base-C1YHD6Bi.cjs';
|
|
4
4
|
import '@lsby/ts-fp-data';
|
|
5
|
+
import '../../help/help.cjs';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
7
8
|
|
|
@@ -12,5 +13,6 @@ declare class JSON解析插件<Result extends AnyZodObject> extends __<Result> {
|
|
|
12
13
|
type 任意JSON解析插件 = JSON解析插件<any>;
|
|
13
14
|
type 任意JSON解析插件项 = _____<任意JSON解析插件>;
|
|
14
15
|
type 合并JSON插件结果<Arr extends Array<_____$1>> = Arr extends [] ? {} : Arr extends [infer x, ...infer xs] ? x extends infer 插件项 ? xs extends Array<_____$1> ? 插件项 extends 任意JSON解析插件项 ? z.infer<_Task______<插件项>> & 合并JSON插件结果<xs> : 合并JSON插件结果<xs> : {} : {} : {};
|
|
16
|
+
type 计算接口逻辑JSON参数<接口逻辑> = 合并JSON插件结果<__________<接口逻辑>>;
|
|
15
17
|
|
|
16
|
-
export { JSON解析插件, type 任意JSON解析插件, type 任意JSON解析插件项, type 合并JSON
|
|
18
|
+
export { JSON解析插件, type 任意JSON解析插件, type 任意JSON解析插件项, type 合并JSON插件结果, type 计算接口逻辑JSON参数 };
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { 插 as __ } from '../../interface-base-
|
|
2
|
+
import { 插 as __ } from '../../interface-base-C1YHD6Bi.cjs';
|
|
3
3
|
import '@lsby/ts-fp-data';
|
|
4
4
|
import 'express';
|
|
5
|
+
import '../../help/help.cjs';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
7
8
|
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { 插 as __ } from '../../interface-base-
|
|
2
|
+
import { 插 as __ } from '../../interface-base-C1YHD6Bi.cjs';
|
|
3
3
|
import '@lsby/ts-fp-data';
|
|
4
4
|
import 'express';
|
|
5
|
+
import '../../help/help.cjs';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
7
8
|
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import express from 'express';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
import { 插 as __ } from '../../interface-base-
|
|
3
|
+
import { 插 as __ } from '../../interface-base-C1YHD6Bi.cjs';
|
|
4
4
|
import '@lsby/ts-fp-data';
|
|
5
|
+
import '../../help/help.cjs';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
7
8
|
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { 插 as __, 包 as _____, v as _____$1, w as _Task____ } from '../../interface-base-
|
|
2
|
+
import { 插 as __, 包 as _____, v as _____$1, w as _Task____ } from '../../interface-base-C1YHD6Bi.cjs';
|
|
3
3
|
import '@lsby/ts-fp-data';
|
|
4
4
|
import 'express';
|
|
5
|
+
import '../../help/help.cjs';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
7
8
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import '@lsby/ts-fp-data';
|
|
2
2
|
import 'express';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { u as 任意插件, 包 as 包装插件项, 取 as 取Task插件内部类型, w as 取Task插件类型, x as 取插件内部ts类型, 合 as 合并插件结果, 插 as 插件, v as 插件项类型 } from '../interface-base-
|
|
4
|
+
export { u as 任意插件, 包 as 包装插件项, 取 as 取Task插件内部类型, w as 取Task插件类型, x as 取插件内部ts类型, 合 as 合并插件结果, 插 as 插件, v as 插件项类型 } from '../interface-base-C1YHD6Bi.cjs';
|
|
5
|
+
import '../help/help.cjs';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import '@lsby/ts-log';
|
|
2
2
|
import 'node:http';
|
|
3
|
-
export { 服 as 服务器, 请 as 请求附加参数类型 } from '../interface-base-
|
|
3
|
+
export { 服 as 服务器, 请 as 请求附加参数类型 } from '../interface-base-C1YHD6Bi.cjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import '@lsby/ts-fp-data';
|
|
6
6
|
import 'express';
|
|
7
|
+
import '../help/help.cjs';
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { 接 as ______, a as ______$1, k as ____, b as __, 常 as _______, o as __________, p as __________$1 } from '../interface-base-
|
|
2
|
+
import { 接 as ______, a as ______$1, k as ____, b as __, 常 as _______, o as __________, p as __________$1 } from '../interface-base-C1YHD6Bi.cjs';
|
|
3
3
|
import '@lsby/ts-fp-data';
|
|
4
4
|
import 'express';
|
|
5
|
+
import '../help/help.cjs';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
7
8
|
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { 接 as ______, a as ______$1, k as ____, b as __, t as ___________, o as __________, p as __________$1 } from '../interface-base-
|
|
2
|
+
import { 接 as ______, a as ______$1, k as ____, b as __, t as ___________, o as __________, p as __________$1 } from '../interface-base-C1YHD6Bi.cjs';
|
|
3
3
|
import '@lsby/ts-fp-data';
|
|
4
4
|
import 'express';
|
|
5
|
+
import '../help/help.cjs';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
7
8
|
|
|
@@ -54,17 +54,7 @@ var \u63A5\u53E3\u903B\u8F91 = class _\u63A5\u53E3\u903B\u8F91 {
|
|
|
54
54
|
});
|
|
55
55
|
}
|
|
56
56
|
};
|
|
57
|
-
var \u63A5\u53E3\u903B\u8F91\u7EC4\u4EF6 = class extends \u63A5\u53E3\u903B\u8F91 {
|
|
58
|
-
constructor(\u63D2\u4EF6\u4EEC) {
|
|
59
|
-
super();
|
|
60
|
-
this.\u63D2\u4EF6\u4EEC = \u63D2\u4EF6\u4EEC;
|
|
61
|
-
}
|
|
62
|
-
\u83B7\u5F97\u63D2\u4EF6\u4EEC() {
|
|
63
|
-
return this.\u63D2\u4EF6\u4EEC;
|
|
64
|
-
}
|
|
65
|
-
};
|
|
66
57
|
|
|
67
58
|
export {
|
|
68
|
-
|
|
69
|
-
接口逻辑组件
|
|
59
|
+
接口逻辑
|
|
70
60
|
};
|
package/dist/esm/help/help.d.ts
CHANGED
|
@@ -4,5 +4,8 @@ type 去除只读<T> = T extends readonly [...infer U] ? U : never;
|
|
|
4
4
|
type 类型相等<A, B> = A extends B ? (B extends A ? true : false) : false;
|
|
5
5
|
declare function 截断字符串(内容: string): string;
|
|
6
6
|
declare function 递归截断字符串(数据: any): any;
|
|
7
|
+
type UnionToIntersection<T> = (T extends any ? (x: T) => any : never) extends (x: infer U) => any ? U : never;
|
|
8
|
+
type LastUnion<T> = UnionToIntersection<T extends any ? (x: T) => any : never> extends (x: infer L) => any ? L : never;
|
|
9
|
+
type 联合转元组<T, Last = LastUnion<T>> = [T] extends [never] ? [] : [...联合转元组<Exclude<T, Last>>, Last];
|
|
7
10
|
|
|
8
|
-
export { type 去除只读, 截断字符串, 构造元组, 构造对象, type 类型相等, 递归截断字符串 };
|
|
11
|
+
export { type 去除只读, 截断字符串, 构造元组, 构造对象, type 类型相等, type 联合转元组, 递归截断字符串 };
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { 去除只读, 截断字符串, 构造元组, 构造对象, 类型相等, 递归截断字符串 } from './help/help.js';
|
|
2
|
-
export { 任 as 任意接口, s as 任意接口结果转换器, l as 任意接口逻辑, u as 任意插件, 包 as 包装插件项, 取 as 取Task插件内部类型, w as 取Task插件类型, x as 取插件内部ts类型, 可 as 可调用接口逻辑, 合 as 合并插件结果, t as 常用延时直接形式转换器, 常 as 常用形式转换器, b as 接口, a as 接口方法类型, r as 接口结果转换器, 接 as 接口路径类型, k as 接口逻辑, i as 接口逻辑正确类型,
|
|
1
|
+
export { 去除只读, 截断字符串, 构造元组, 构造对象, 类型相等, 联合转元组, 递归截断字符串 } from './help/help.js';
|
|
2
|
+
export { 任 as 任意接口, s as 任意接口结果转换器, l as 任意接口逻辑, u as 任意插件, 包 as 包装插件项, 取 as 取Task插件内部类型, w as 取Task插件类型, x as 取插件内部ts类型, 可 as 可调用接口逻辑, 合 as 合并插件结果, t as 常用延时直接形式转换器, 常 as 常用形式转换器, b as 接口, a as 接口方法类型, r as 接口结果转换器, 接 as 接口路径类型, k as 接口逻辑, i as 接口逻辑正确类型, h as 接口逻辑错误类型, j as 接口逻辑附加参数类型, 插 as 插件, v as 插件项类型, 服 as 服务器, c as 获得接口方法类型, f as 获得接口正确形式, g as 获得接口结果转换器类型, 获 as 获得接口路径类型, m as 获得接口逻辑插件类型, p as 获得接口逻辑正确类型, d as 获得接口逻辑类型, o as 获得接口逻辑错误类型, n as 获得接口逻辑附加参数类型, e as 获得接口错误形式, q as 计算接口逻辑正确结果, 计 as 计算接口逻辑错误结果, 请 as 请求附加参数类型 } from './interface-base-DjGk177H.js';
|
|
3
3
|
export { 接口测试 } from './interface/interface-test.js';
|
|
4
4
|
export { 中文路径支持插件 } from './plugin/extend/chinese-path.js';
|
|
5
5
|
export { 自定义数据插件 } from './plugin/extend/custom-data.js';
|
|
6
|
-
export { JSON解析插件, 任意JSON解析插件, 任意JSON解析插件项, 合并JSON
|
|
6
|
+
export { JSON解析插件, 任意JSON解析插件, 任意JSON解析插件项, 合并JSON插件结果, 计算接口逻辑JSON参数 } from './plugin/extend/json.js';
|
|
7
7
|
export { 调试请求头插件 } from './plugin/extend/log-headers.js';
|
|
8
8
|
export { 发送文件插件 } from './plugin/extend/send-file-plugin.js';
|
|
9
9
|
export { 表单解析插件 } from './plugin/extend/urlencoded.js';
|
package/dist/esm/index.js
CHANGED
|
@@ -22,12 +22,12 @@ import {
|
|
|
22
22
|
import {
|
|
23
23
|
接口测试
|
|
24
24
|
} from "./chunk-N7TPWCQ5.js";
|
|
25
|
-
import {
|
|
26
|
-
服务器
|
|
27
|
-
} from "./chunk-B7V6NF6P.js";
|
|
28
25
|
import {
|
|
29
26
|
插件
|
|
30
27
|
} from "./chunk-43GZE5YL.js";
|
|
28
|
+
import {
|
|
29
|
+
服务器
|
|
30
|
+
} from "./chunk-B7V6NF6P.js";
|
|
31
31
|
import {
|
|
32
32
|
EXPORT_TYPE
|
|
33
33
|
} from "./chunk-ZF7EC2OM.js";
|
|
@@ -49,9 +49,8 @@ import {
|
|
|
49
49
|
接口
|
|
50
50
|
} from "./chunk-JMR7QAHO.js";
|
|
51
51
|
import {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
} from "./chunk-E27ESHC6.js";
|
|
52
|
+
接口逻辑
|
|
53
|
+
} from "./chunk-RZ2XLCGL.js";
|
|
55
54
|
import {
|
|
56
55
|
常用延时直接形式转换器,
|
|
57
56
|
常用形式转换器,
|
|
@@ -72,7 +71,6 @@ export {
|
|
|
72
71
|
\u63A5\u53E3\u6D4B\u8BD5,
|
|
73
72
|
\u63A5\u53E3\u7ED3\u679C\u8F6C\u6362\u5668,
|
|
74
73
|
\u63A5\u53E3\u903B\u8F91,
|
|
75
|
-
\u63A5\u53E3\u903B\u8F91\u7EC4\u4EF6,
|
|
76
74
|
\u63D2\u4EF6,
|
|
77
75
|
\u670D\u52A1\u5668,
|
|
78
76
|
\u6784\u9020\u5143\u7EC4,
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { 任 as 任意接口, b as 接口, a as 接口方法类型, 接 as 接口路径类型, c as 获得接口方法类型, f as 获得接口正确形式, g as 获得接口结果转换器类型, 获 as 获得接口路径类型, d as 获得接口逻辑类型, e as 获得接口错误形式 } from '../interface-base-
|
|
2
|
+
export { 任 as 任意接口, b as 接口, a as 接口方法类型, 接 as 接口路径类型, c as 获得接口方法类型, f as 获得接口正确形式, g as 获得接口结果转换器类型, 获 as 获得接口路径类型, d as 获得接口逻辑类型, e as 获得接口错误形式 } from '../interface-base-DjGk177H.js';
|
|
3
3
|
import '@lsby/ts-fp-data';
|
|
4
4
|
import 'express';
|
|
5
|
+
import '../help/help.js';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import '@lsby/ts-fp-data';
|
|
2
2
|
import 'express';
|
|
3
|
-
|
|
3
|
+
import '../help/help.js';
|
|
4
|
+
export { l as 任意接口逻辑, 可 as 可调用接口逻辑, k as 接口逻辑, i as 接口逻辑正确类型, h as 接口逻辑错误类型, j as 接口逻辑附加参数类型, m as 获得接口逻辑插件类型, p as 获得接口逻辑正确类型, o as 获得接口逻辑错误类型, n as 获得接口逻辑附加参数类型, q as 计算接口逻辑正确结果, 计 as 计算接口逻辑错误结果 } from '../interface-base-DjGk177H.js';
|
|
4
5
|
import 'zod';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import '@lsby/ts-fp-data';
|
|
2
|
-
export { s as 任意接口结果转换器, t as 常用延时直接形式转换器, 常 as 常用形式转换器, r as 接口结果转换器 } from '../interface-base-
|
|
2
|
+
export { s as 任意接口结果转换器, t as 常用延时直接形式转换器, 常 as 常用形式转换器, r as 接口结果转换器 } from '../interface-base-DjGk177H.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import 'express';
|
|
5
|
+
import '../help/help.js';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { Task, Either } from '@lsby/ts-fp-data';
|
|
3
3
|
import { Request, Response } from 'express';
|
|
4
|
+
import { 联合转元组 as _____ } from './help/help.js';
|
|
4
5
|
import { Log } from '@lsby/ts-log';
|
|
5
6
|
import * as http from 'node:http';
|
|
6
7
|
|
|
@@ -105,11 +106,10 @@ type 获得接口逻辑插件类型<A> = A extends 接口逻辑<infer X, any, an
|
|
|
105
106
|
type 获得接口逻辑附加参数类型<A> = A extends 接口逻辑<any, infer X, any, any> ? X : never;
|
|
106
107
|
type 获得接口逻辑错误类型<A> = A extends 接口逻辑<any, any, infer X, any> ? X : never;
|
|
107
108
|
type 获得接口逻辑正确类型<A> = A extends 接口逻辑<any, any, any, infer X> ? X : never;
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
}
|
|
109
|
+
type 计算接口逻辑错误结果<接口逻辑> = _____<获得接口逻辑错误类型<接口逻辑>>;
|
|
110
|
+
type 计算接口逻辑正确结果<接口逻辑> = {
|
|
111
|
+
[k in keyof 获得接口逻辑正确类型<接口逻辑>]: 获得接口逻辑正确类型<接口逻辑>[k];
|
|
112
|
+
};
|
|
113
113
|
|
|
114
114
|
/**
|
|
115
115
|
* 描述接口逻辑返回的数据将以何种形式返回给前端.
|
|
@@ -180,4 +180,4 @@ type 获得接口错误形式<A> = A extends 接口<any, any, any, infer X, any,
|
|
|
180
180
|
type 获得接口正确形式<A> = A extends 接口<any, any, any, any, infer X, any> ? z.infer<X> : never;
|
|
181
181
|
type 获得接口结果转换器类型<A> = A extends 接口<any, any, any, any, any, infer X> ? X : never;
|
|
182
182
|
|
|
183
|
-
export { type 接口方法类型 as a, 接口 as b, type 获得接口方法类型 as c, type 获得接口逻辑类型 as d, type 获得接口错误形式 as e, type 获得接口正确形式 as f, type 获得接口结果转换器类型 as g, type 接口逻辑错误类型 as h, type 接口逻辑正确类型 as i, type 接口逻辑附加参数类型 as j, 接口逻辑 as k, type 任意接口逻辑 as l, type 获得接口逻辑插件类型 as m, type 获得接口逻辑附加参数类型 as n, type 获得接口逻辑错误类型 as o, type 获得接口逻辑正确类型 as p,
|
|
183
|
+
export { type 接口方法类型 as a, 接口 as b, type 获得接口方法类型 as c, type 获得接口逻辑类型 as d, type 获得接口错误形式 as e, type 获得接口正确形式 as f, type 获得接口结果转换器类型 as g, type 接口逻辑错误类型 as h, type 接口逻辑正确类型 as i, type 接口逻辑附加参数类型 as j, 接口逻辑 as k, type 任意接口逻辑 as l, type 获得接口逻辑插件类型 as m, type 获得接口逻辑附加参数类型 as n, type 获得接口逻辑错误类型 as o, type 获得接口逻辑正确类型 as p, type 计算接口逻辑正确结果 as q, 接口结果转换器 as r, type 任意接口结果转换器 as s, 常用延时直接形式转换器 as t, type 任意插件 as u, type 插件项类型 as v, type 取Task插件类型 as w, type 取插件内部ts类型 as x, type 任意接口 as 任, type 包装插件项 as 包, type 取Task插件内部类型 as 取, type 可调用接口逻辑 as 可, type 合并插件结果 as 合, 常用形式转换器 as 常, type 接口路径类型 as 接, 插件 as 插, 服务器 as 服, type 获得接口路径类型 as 获, type 计算接口逻辑错误结果 as 计, type 请求附加参数类型 as 请 };
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { 插 as __ } from '../../interface-base-
|
|
2
|
+
import { 插 as __ } from '../../interface-base-DjGk177H.js';
|
|
3
3
|
import '@lsby/ts-fp-data';
|
|
4
4
|
import 'express';
|
|
5
|
+
import '../../help/help.js';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
7
8
|
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { 插 as __ } from '../../interface-base-
|
|
2
|
+
import { 插 as __ } from '../../interface-base-DjGk177H.js';
|
|
3
3
|
import '@lsby/ts-fp-data';
|
|
4
4
|
import 'express';
|
|
5
|
+
import '../../help/help.js';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
7
8
|
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import express from 'express';
|
|
2
2
|
import { AnyZodObject, z } from 'zod';
|
|
3
|
-
import { 插 as __, 包 as _____, v as _____$1, 取 as _Task______ } from '../../interface-base-
|
|
3
|
+
import { 插 as __, 包 as _____, v as _____$1, 取 as _Task______, m as __________ } from '../../interface-base-DjGk177H.js';
|
|
4
4
|
import '@lsby/ts-fp-data';
|
|
5
|
+
import '../../help/help.js';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
7
8
|
|
|
@@ -12,5 +13,6 @@ declare class JSON解析插件<Result extends AnyZodObject> extends __<Result> {
|
|
|
12
13
|
type 任意JSON解析插件 = JSON解析插件<any>;
|
|
13
14
|
type 任意JSON解析插件项 = _____<任意JSON解析插件>;
|
|
14
15
|
type 合并JSON插件结果<Arr extends Array<_____$1>> = Arr extends [] ? {} : Arr extends [infer x, ...infer xs] ? x extends infer 插件项 ? xs extends Array<_____$1> ? 插件项 extends 任意JSON解析插件项 ? z.infer<_Task______<插件项>> & 合并JSON插件结果<xs> : 合并JSON插件结果<xs> : {} : {} : {};
|
|
16
|
+
type 计算接口逻辑JSON参数<接口逻辑> = 合并JSON插件结果<__________<接口逻辑>>;
|
|
15
17
|
|
|
16
|
-
export { JSON解析插件, type 任意JSON解析插件, type 任意JSON解析插件项, type 合并JSON
|
|
18
|
+
export { JSON解析插件, type 任意JSON解析插件, type 任意JSON解析插件项, type 合并JSON插件结果, type 计算接口逻辑JSON参数 };
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { 插 as __ } from '../../interface-base-
|
|
2
|
+
import { 插 as __ } from '../../interface-base-DjGk177H.js';
|
|
3
3
|
import '@lsby/ts-fp-data';
|
|
4
4
|
import 'express';
|
|
5
|
+
import '../../help/help.js';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
7
8
|
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { 插 as __ } from '../../interface-base-
|
|
2
|
+
import { 插 as __ } from '../../interface-base-DjGk177H.js';
|
|
3
3
|
import '@lsby/ts-fp-data';
|
|
4
4
|
import 'express';
|
|
5
|
+
import '../../help/help.js';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
7
8
|
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import express from 'express';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
import { 插 as __ } from '../../interface-base-
|
|
3
|
+
import { 插 as __ } from '../../interface-base-DjGk177H.js';
|
|
4
4
|
import '@lsby/ts-fp-data';
|
|
5
|
+
import '../../help/help.js';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
7
8
|
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { 插 as __, 包 as _____, v as _____$1, w as _Task____ } from '../../interface-base-
|
|
2
|
+
import { 插 as __, 包 as _____, v as _____$1, w as _Task____ } from '../../interface-base-DjGk177H.js';
|
|
3
3
|
import '@lsby/ts-fp-data';
|
|
4
4
|
import 'express';
|
|
5
|
+
import '../../help/help.js';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
7
8
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import '@lsby/ts-fp-data';
|
|
2
2
|
import 'express';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { u as 任意插件, 包 as 包装插件项, 取 as 取Task插件内部类型, w as 取Task插件类型, x as 取插件内部ts类型, 合 as 合并插件结果, 插 as 插件, v as 插件项类型 } from '../interface-base-
|
|
4
|
+
export { u as 任意插件, 包 as 包装插件项, 取 as 取Task插件内部类型, w as 取Task插件类型, x as 取插件内部ts类型, 合 as 合并插件结果, 插 as 插件, v as 插件项类型 } from '../interface-base-DjGk177H.js';
|
|
5
|
+
import '../help/help.js';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import '@lsby/ts-log';
|
|
2
2
|
import 'node:http';
|
|
3
|
-
export { 服 as 服务器, 请 as 请求附加参数类型 } from '../interface-base-
|
|
3
|
+
export { 服 as 服务器, 请 as 请求附加参数类型 } from '../interface-base-DjGk177H.js';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import '@lsby/ts-fp-data';
|
|
6
6
|
import 'express';
|
|
7
|
+
import '../help/help.js';
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { 接 as ______, a as ______$1, k as ____, b as __, 常 as _______, o as __________, p as __________$1 } from '../interface-base-
|
|
2
|
+
import { 接 as ______, a as ______$1, k as ____, b as __, 常 as _______, o as __________, p as __________$1 } from '../interface-base-DjGk177H.js';
|
|
3
3
|
import '@lsby/ts-fp-data';
|
|
4
4
|
import 'express';
|
|
5
|
+
import '../help/help.js';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
7
8
|
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { 接 as ______, a as ______$1, k as ____, b as __, t as ___________, o as __________, p as __________$1 } from '../interface-base-
|
|
2
|
+
import { 接 as ______, a as ______$1, k as ____, b as __, t as ___________, o as __________, p as __________$1 } from '../interface-base-DjGk177H.js';
|
|
3
3
|
import '@lsby/ts-fp-data';
|
|
4
4
|
import 'express';
|
|
5
|
+
import '../help/help.js';
|
|
5
6
|
import '@lsby/ts-log';
|
|
6
7
|
import 'node:http';
|
|
7
8
|
|