@maiyunnet/kebab 7.10.2 → 8.0.0

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/doc/kebab-rag.md CHANGED
@@ -1385,7 +1385,7 @@ index/variables/VER.md
1385
1385
 
1386
1386
  # Variable: VER
1387
1387
 
1388
- > `const` **VER**: `"7.10.2"` = `'7.10.2'`
1388
+ > `const` **VER**: `"8.0.0"` = `'8.0.0'`
1389
1389
 
1390
1390
  Defined in: [index.ts:10](https://github.com/maiyunnet/kebab/blob/master/index.ts#L10)
1391
1391
 
@@ -1761,7 +1761,7 @@ Defined in: [lib/buffer.ts:9](https://github.com/maiyunnet/kebab/blob/master/lib
1761
1761
 
1762
1762
  > **length**(): `number`
1763
1763
 
1764
- Defined in: [lib/buffer.ts:83](https://github.com/maiyunnet/kebab/blob/master/lib/buffer.ts#L83)
1764
+ Defined in: [lib/buffer.ts:76](https://github.com/maiyunnet/kebab/blob/master/lib/buffer.ts#L76)
1765
1765
 
1766
1766
  获取完整的 buffer 长度
1767
1767
 
@@ -1795,7 +1795,7 @@ Defined in: [lib/buffer.ts:49](https://github.com/maiyunnet/kebab/blob/master/li
1795
1795
 
1796
1796
  > **readBuffer**(`length?`): `Buffer`
1797
1797
 
1798
- Defined in: [lib/buffer.ts:77](https://github.com/maiyunnet/kebab/blob/master/lib/buffer.ts#L77)
1798
+ Defined in: [lib/buffer.ts:70](https://github.com/maiyunnet/kebab/blob/master/lib/buffer.ts#L70)
1799
1799
 
1800
1800
  读取 Buffer
1801
1801
 
@@ -1914,7 +1914,7 @@ lib/buffer/classes/Writer.md
1914
1914
 
1915
1915
  # Class: Writer
1916
1916
 
1917
- Defined in: [lib/buffer.ts:90](https://github.com/maiyunnet/kebab/blob/master/lib/buffer.ts#L90)
1917
+ Defined in: [lib/buffer.ts:83](https://github.com/maiyunnet/kebab/blob/master/lib/buffer.ts#L83)
1918
1918
 
1919
1919
  写对象
1920
1920
 
@@ -1924,7 +1924,7 @@ Defined in: [lib/buffer.ts:90](https://github.com/maiyunnet/kebab/blob/master/li
1924
1924
 
1925
1925
  > **new Writer**(`size`): `Writer`
1926
1926
 
1927
- Defined in: [lib/buffer.ts:97](https://github.com/maiyunnet/kebab/blob/master/lib/buffer.ts#L97)
1927
+ Defined in: [lib/buffer.ts:90](https://github.com/maiyunnet/kebab/blob/master/lib/buffer.ts#L90)
1928
1928
 
1929
1929
  #### Parameters
1930
1930
 
@@ -1942,7 +1942,7 @@ Defined in: [lib/buffer.ts:97](https://github.com/maiyunnet/kebab/blob/master/li
1942
1942
 
1943
1943
  > **get**(): `Buffer`
1944
1944
 
1945
- Defined in: [lib/buffer.ts:140](https://github.com/maiyunnet/kebab/blob/master/lib/buffer.ts#L140)
1945
+ Defined in: [lib/buffer.ts:133](https://github.com/maiyunnet/kebab/blob/master/lib/buffer.ts#L133)
1946
1946
 
1947
1947
  返回 Buffer 对象
1948
1948
 
@@ -1956,7 +1956,7 @@ Defined in: [lib/buffer.ts:140](https://github.com/maiyunnet/kebab/blob/master/l
1956
1956
 
1957
1957
  > **writeBCDString**(`value`): `void`
1958
1958
 
1959
- Defined in: [lib/buffer.ts:120](https://github.com/maiyunnet/kebab/blob/master/lib/buffer.ts#L120)
1959
+ Defined in: [lib/buffer.ts:113](https://github.com/maiyunnet/kebab/blob/master/lib/buffer.ts#L113)
1960
1960
 
1961
1961
  [每字节 2 数字] 写入一个 BCD 编码的字符串(仅支持数字)
1962
1962
 
@@ -1976,7 +1976,7 @@ Defined in: [lib/buffer.ts:120](https://github.com/maiyunnet/kebab/blob/master/l
1976
1976
 
1977
1977
  > **writeString**(`value`, `encoding`): `number`
1978
1978
 
1979
- Defined in: [lib/buffer.ts:130](https://github.com/maiyunnet/kebab/blob/master/lib/buffer.ts#L130)
1979
+ Defined in: [lib/buffer.ts:126](https://github.com/maiyunnet/kebab/blob/master/lib/buffer.ts#L126)
1980
1980
 
1981
1981
  写入普通字符串,返回写入的长度
1982
1982
 
@@ -2000,7 +2000,7 @@ Defined in: [lib/buffer.ts:130](https://github.com/maiyunnet/kebab/blob/master/l
2000
2000
 
2001
2001
  > **writeUInt16BE**(`value`): `void`
2002
2002
 
2003
- Defined in: [lib/buffer.ts:108](https://github.com/maiyunnet/kebab/blob/master/lib/buffer.ts#L108)
2003
+ Defined in: [lib/buffer.ts:101](https://github.com/maiyunnet/kebab/blob/master/lib/buffer.ts#L101)
2004
2004
 
2005
2005
  [2 字节] 写入一个无符号 16 位整数(大端模式)
2006
2006
 
@@ -2020,7 +2020,7 @@ Defined in: [lib/buffer.ts:108](https://github.com/maiyunnet/kebab/blob/master/l
2020
2020
 
2021
2021
  > **writeUInt32BE**(`value`): `void`
2022
2022
 
2023
- Defined in: [lib/buffer.ts:114](https://github.com/maiyunnet/kebab/blob/master/lib/buffer.ts#L114)
2023
+ Defined in: [lib/buffer.ts:107](https://github.com/maiyunnet/kebab/blob/master/lib/buffer.ts#L107)
2024
2024
 
2025
2025
  [4 字节] 写入一个无符号 32 位整数(大端模式)
2026
2026
 
@@ -2040,7 +2040,7 @@ Defined in: [lib/buffer.ts:114](https://github.com/maiyunnet/kebab/blob/master/l
2040
2040
 
2041
2041
  > **writeUInt8**(`value`): `void`
2042
2042
 
2043
- Defined in: [lib/buffer.ts:102](https://github.com/maiyunnet/kebab/blob/master/lib/buffer.ts#L102)
2043
+ Defined in: [lib/buffer.ts:95](https://github.com/maiyunnet/kebab/blob/master/lib/buffer.ts#L95)
2044
2044
 
2045
2045
  [1 字节] 写入一个无符号 8 位整数
2046
2046
 
@@ -2067,7 +2067,7 @@ lib/buffer/functions/getReader.md
2067
2067
 
2068
2068
  > **getReader**(`buffer`): [`Reader`](../classes/Reader.md)
2069
2069
 
2070
- Defined in: [lib/buffer.ts:150](https://github.com/maiyunnet/kebab/blob/master/lib/buffer.ts#L150)
2070
+ Defined in: [lib/buffer.ts:143](https://github.com/maiyunnet/kebab/blob/master/lib/buffer.ts#L143)
2071
2071
 
2072
2072
  Buffer Reader 对象
2073
2073
 
@@ -2096,7 +2096,7 @@ lib/buffer/functions/getWriter.md
2096
2096
 
2097
2097
  > **getWriter**(`size`): [`Writer`](../classes/Writer.md)
2098
2098
 
2099
- Defined in: [lib/buffer.ts:158](https://github.com/maiyunnet/kebab/blob/master/lib/buffer.ts#L158)
2099
+ Defined in: [lib/buffer.ts:151](https://github.com/maiyunnet/kebab/blob/master/lib/buffer.ts#L151)
2100
2100
 
2101
2101
  Buffer Writer 对象
2102
2102
 
@@ -2670,7 +2670,7 @@ lib/core/functions/checkType.md
2670
2670
 
2671
2671
  > **checkType**(`val`, `type`, `tree`): `string`
2672
2672
 
2673
- Defined in: [lib/core.ts:200](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L200)
2673
+ Defined in: [lib/core.ts:201](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L201)
2674
2674
 
2675
2675
  判断一个对象是否符合示例组,返回空字符串代表校验通过,返回:应该的类型:位置:传入的类型
2676
2676
 
@@ -2711,7 +2711,7 @@ lib/core/functions/clone.md
2711
2711
 
2712
2712
  > **clone**\<`T`\>(`obj`): `T`
2713
2713
 
2714
- Defined in: [lib/core.ts:946](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L946)
2714
+ Defined in: [lib/core.ts:947](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L947)
2715
2715
 
2716
2716
  完整的克隆一份数组/对象
2717
2717
 
@@ -2746,7 +2746,7 @@ lib/core/functions/convert62.md
2746
2746
 
2747
2747
  > **convert62**(`n`): `string`
2748
2748
 
2749
- Defined in: [lib/core.ts:141](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L141)
2749
+ Defined in: [lib/core.ts:142](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L142)
2750
2750
 
2751
2751
  将 10 进制转换为 62 进制
2752
2752
 
@@ -2775,7 +2775,7 @@ lib/core/functions/debug.md
2775
2775
 
2776
2776
  > **debug**(`message?`, ...`optionalParams?`): `void`
2777
2777
 
2778
- Defined in: [lib/core.ts:980](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L980)
2778
+ Defined in: [lib/core.ts:981](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L981)
2779
2779
 
2780
2780
  打印调试信息,线上环境不会打印
2781
2781
 
@@ -2810,7 +2810,7 @@ lib/core/functions/display.md
2810
2810
 
2811
2811
  > **display**(`message?`, ...`optionalParams?`): `void`
2812
2812
 
2813
- Defined in: [lib/core.ts:993](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L993)
2813
+ Defined in: [lib/core.ts:994](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L994)
2814
2814
 
2815
2815
  向控制台直接显示内容,一般情况下禁止使用
2816
2816
 
@@ -2845,7 +2845,7 @@ lib/core/functions/emptyObject.md
2845
2845
 
2846
2846
  > **emptyObject**(`obj`, `deep`): `void`
2847
2847
 
2848
- Defined in: [lib/core.ts:409](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L409)
2848
+ Defined in: [lib/core.ts:410](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L410)
2849
2849
 
2850
2850
  将对象的所有属性清除包括键,不会破坏引用关系,对象变量依然保证是引用状态
2851
2851
 
@@ -2880,7 +2880,7 @@ lib/core/functions/exec.md
2880
2880
 
2881
2881
  > **exec**(`command`, `options`): `Promise`\<`string` \| `false`\>
2882
2882
 
2883
- Defined in: [lib/core.ts:467](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L467)
2883
+ Defined in: [lib/core.ts:468](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L468)
2884
2884
 
2885
2885
  执行命令行
2886
2886
 
@@ -2915,7 +2915,7 @@ lib/core/functions/getLog.md
2915
2915
 
2916
2916
  > **getLog**(`opt`): `Promise`\<`false` \| `string`[][] \| `null`\>
2917
2917
 
2918
- Defined in: [lib/core.ts:853](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L853)
2918
+ Defined in: [lib/core.ts:854](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L854)
2919
2919
 
2920
2920
  获取日志内容为一个数组
2921
2921
 
@@ -2990,7 +2990,7 @@ lib/core/functions/ip.md
2990
2990
 
2991
2991
  > **ip**(`ctr`, `req?`): `string`
2992
2992
 
2993
- Defined in: [lib/core.ts:328](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L328)
2993
+ Defined in: [lib/core.ts:329](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L329)
2994
2994
 
2995
2995
  获取 IP(非安全 IP)
2996
2996
 
@@ -3021,7 +3021,7 @@ lib/core/functions/log.md
3021
3021
 
3022
3022
  > **log**(`opt`, `msg`, `fend`): `void`
3023
3023
 
3024
- Defined in: [lib/core.ts:773](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L773)
3024
+ Defined in: [lib/core.ts:774](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L774)
3025
3025
 
3026
3026
  写入文件日志
3027
3027
 
@@ -3062,7 +3062,7 @@ lib/core/functions/ls.md
3062
3062
 
3063
3063
  > **ls**(`opt`): `Promise`\<`object`[]\>
3064
3064
 
3065
- Defined in: [lib/core.ts:907](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L907)
3065
+ Defined in: [lib/core.ts:908](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L908)
3066
3066
 
3067
3067
  获取目录内文件/文件夹列表
3068
3068
 
@@ -3105,7 +3105,7 @@ lib/core/functions/muid.md
3105
3105
 
3106
3106
  > **muid**(`ctr`, `opt`): `string`
3107
3107
 
3108
- Defined in: [lib/core.ts:288](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L288)
3108
+ Defined in: [lib/core.ts:289](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L289)
3109
3109
 
3110
3110
  获取 MUID
3111
3111
 
@@ -3168,7 +3168,7 @@ lib/core/functions/objectSort.md
3168
3168
 
3169
3169
  > **objectSort**\<`T`\>(`o`): `T`
3170
3170
 
3171
- Defined in: [lib/core.ts:390](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L390)
3171
+ Defined in: [lib/core.ts:391](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L391)
3172
3172
 
3173
3173
  将对象进行升序排列
3174
3174
 
@@ -3203,7 +3203,7 @@ lib/core/functions/passThroughAppend.md
3203
3203
 
3204
3204
  > **passThroughAppend**(`passThrough`, `data`, `end`): `Promise`\<`void`\>
3205
3205
 
3206
- Defined in: [lib/core.ts:428](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L428)
3206
+ Defined in: [lib/core.ts:429](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L429)
3207
3207
 
3208
3208
  调用前自行创建 passThrough,并且调用 pipe 绑定到应该绑定的对象,然后再调用本函数
3209
3209
 
@@ -3244,7 +3244,7 @@ lib/core/functions/purify.md
3244
3244
 
3245
3245
  > **purify**(`text`): `string`
3246
3246
 
3247
- Defined in: [lib/core.ts:170](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L170)
3247
+ Defined in: [lib/core.ts:171](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L171)
3248
3248
 
3249
3249
  去除 html 的空白符、换行以及注释
3250
3250
 
@@ -3314,7 +3314,7 @@ lib/core/functions/random.md
3314
3314
 
3315
3315
  > **random**(`length`, `source`, `block`): `string`
3316
3316
 
3317
- Defined in: [lib/core.ts:116](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L116)
3317
+ Defined in: [lib/core.ts:117](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L117)
3318
3318
 
3319
3319
  生成随机字符串
3320
3320
 
@@ -3355,7 +3355,7 @@ lib/core/functions/realIP.md
3355
3355
 
3356
3356
  > **realIP**(`ctr`, `name`): `string`
3357
3357
 
3358
- Defined in: [lib/core.ts:362](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L362)
3358
+ Defined in: [lib/core.ts:363](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L363)
3359
3359
 
3360
3360
  获取直连 IP(安全 IP)
3361
3361
 
@@ -3388,7 +3388,7 @@ lib/core/functions/removeGlobal.md
3388
3388
 
3389
3389
  > **removeGlobal**(`key`, `hosts?`): `Promise`\<`string`[]\>
3390
3390
 
3391
- Defined in: [lib/core.ts:696](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L696)
3391
+ Defined in: [lib/core.ts:697](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L697)
3392
3392
 
3393
3393
  移除某个跨线程/跨内网服务器全局变量
3394
3394
 
@@ -3423,7 +3423,7 @@ lib/core/functions/sendNpm.md
3423
3423
 
3424
3424
  > **sendNpm**(`path`, `hosts?`): `Promise`\<`string`[]\>
3425
3425
 
3426
- Defined in: [lib/core.ts:612](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L612)
3426
+ Defined in: [lib/core.ts:613](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L613)
3427
3427
 
3428
3428
  向本机或局域网 RPC 发送 npm install 操作
3429
3429
 
@@ -3458,7 +3458,7 @@ lib/core/functions/sendPm2.md
3458
3458
 
3459
3459
  > **sendPm2**(`name`, `action`, `hosts?`): `Promise`\<`string`[]\>
3460
3460
 
3461
- Defined in: [lib/core.ts:572](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L572)
3461
+ Defined in: [lib/core.ts:573](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L573)
3462
3462
 
3463
3463
  向本机或局域网 RPC 发送 PM2 操作
3464
3464
 
@@ -3499,7 +3499,7 @@ lib/core/functions/sendReload.md
3499
3499
 
3500
3500
  > **sendReload**(`hosts?`): `Promise`\<`string`[]\>
3501
3501
 
3502
- Defined in: [lib/core.ts:487](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L487)
3502
+ Defined in: [lib/core.ts:488](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L488)
3503
3503
 
3504
3504
  向主进程(或局域网同代码机子)发送广播将进行 reload 操作,等待回传
3505
3505
  主要作用除代码热更新以外的其他情况
@@ -3527,7 +3527,7 @@ lib/core/functions/sendRestart.md
3527
3527
 
3528
3528
  > **sendRestart**(`hosts?`): `Promise`\<`string`[]\>
3529
3529
 
3530
- Defined in: [lib/core.ts:527](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L527)
3530
+ Defined in: [lib/core.ts:528](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L528)
3531
3531
 
3532
3532
  向主进程(或局域网同代码机子)发送广播将进行 restart 操作,停止监听并启动新进程,老进程在连接全部断开后自行销毁
3533
3533
  主要用作不间断的代码热更新
@@ -3602,7 +3602,7 @@ lib/core/functions/setGlobal.md
3602
3602
 
3603
3603
  > **setGlobal**(`key`, `data`, `hosts?`): `Promise`\<`string`[]\>
3604
3604
 
3605
- Defined in: [lib/core.ts:655](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L655)
3605
+ Defined in: [lib/core.ts:656](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L656)
3606
3606
 
3607
3607
  设置跨线程/指定的局域网主机的全局变量
3608
3608
 
@@ -3643,7 +3643,7 @@ lib/core/functions/sleep.md
3643
3643
 
3644
3644
  > **sleep**(`ms`): `Promise`\<`void`\>
3645
3645
 
3646
- Defined in: [lib/core.ts:378](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L378)
3646
+ Defined in: [lib/core.ts:379](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L379)
3647
3647
 
3648
3648
  间隔一段时间
3649
3649
 
@@ -3672,7 +3672,7 @@ lib/core/functions/unconvert62.md
3672
3672
 
3673
3673
  > **unconvert62**(`n`): `bigint`
3674
3674
 
3675
- Defined in: [lib/core.ts:157](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L157)
3675
+ Defined in: [lib/core.ts:158](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L158)
3676
3676
 
3677
3677
  将 62 进制转换为 10 进制
3678
3678
 
@@ -3701,7 +3701,7 @@ lib/core/functions/updateCode.md
3701
3701
 
3702
3702
  > **updateCode**(`sourcePath`, `path`, `hosts?`, `config?`, `strict?`): `Promise`\<`Record`\<`string`, \{ `result`: `boolean`; `return`: `string`; \}\>\>
3703
3703
 
3704
- Defined in: [lib/core.ts:708](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L708)
3704
+ Defined in: [lib/core.ts:709](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L709)
3705
3705
 
3706
3706
  上传并覆盖代码文件,config.json、kebab.json、.js.map、.ts, .gitignore 不会被覆盖和新创建
3707
3707
 
@@ -3754,7 +3754,7 @@ lib/core/functions/write.md
3754
3754
 
3755
3755
  > **write**(`res`, `data`): `void`
3756
3756
 
3757
- Defined in: [lib/core.ts:1027](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L1027)
3757
+ Defined in: [lib/core.ts:1028](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L1028)
3758
3758
 
3759
3759
  向 res 发送数据
3760
3760
 
@@ -3789,7 +3789,7 @@ lib/core/functions/writeEventStreamHead.md
3789
3789
 
3790
3790
  > **writeEventStreamHead**(`res`): `void`
3791
3791
 
3792
- Defined in: [lib/core.ts:1015](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L1015)
3792
+ Defined in: [lib/core.ts:1016](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L1016)
3793
3793
 
3794
3794
  ## Parameters
3795
3795
 
@@ -3814,7 +3814,7 @@ lib/core/functions/writeHead.md
3814
3814
 
3815
3815
  > **writeHead**(`res`, `statusCode`, `headers?`): `void`
3816
3816
 
3817
- Defined in: [lib/core.ts:1004](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L1004)
3817
+ Defined in: [lib/core.ts:1005](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L1005)
3818
3818
 
3819
3819
  让 res 发送头部(前提是头部没有被发送才能调用本方法
3820
3820
 
@@ -3986,7 +3986,7 @@ lib/core/interfaces/ILogOptions.md
3986
3986
 
3987
3987
  # Interface: ILogOptions
3988
3988
 
3989
- Defined in: [lib/core.ts:756](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L756)
3989
+ Defined in: [lib/core.ts:757](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L757)
3990
3990
 
3991
3991
  log 设置的选项
3992
3992
 
@@ -3996,7 +3996,7 @@ log 设置的选项
3996
3996
 
3997
3997
  > `optional` **cookie**: `Record`\<`string`, `string`\>
3998
3998
 
3999
- Defined in: [lib/core.ts:762](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L762)
3999
+ Defined in: [lib/core.ts:763](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L763)
4000
4000
 
4001
4001
  ***
4002
4002
 
@@ -4004,7 +4004,7 @@ Defined in: [lib/core.ts:762](https://github.com/maiyunnet/kebab/blob/master/lib
4004
4004
 
4005
4005
  > `optional` **get**: `Record`\<`string`, `any`\>
4006
4006
 
4007
- Defined in: [lib/core.ts:761](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L761)
4007
+ Defined in: [lib/core.ts:762](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L762)
4008
4008
 
4009
4009
  ***
4010
4010
 
@@ -4012,7 +4012,7 @@ Defined in: [lib/core.ts:761](https://github.com/maiyunnet/kebab/blob/master/lib
4012
4012
 
4013
4013
  > `optional` **headers**: `IncomingHttpHeaders`
4014
4014
 
4015
- Defined in: [lib/core.ts:764](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L764)
4015
+ Defined in: [lib/core.ts:765](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L765)
4016
4016
 
4017
4017
  ***
4018
4018
 
@@ -4020,7 +4020,7 @@ Defined in: [lib/core.ts:764](https://github.com/maiyunnet/kebab/blob/master/lib
4020
4020
 
4021
4021
  > `optional` **hostname**: `string`
4022
4022
 
4023
- Defined in: [lib/core.ts:759](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L759)
4023
+ Defined in: [lib/core.ts:760](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L760)
4024
4024
 
4025
4025
  ***
4026
4026
 
@@ -4028,7 +4028,7 @@ Defined in: [lib/core.ts:759](https://github.com/maiyunnet/kebab/blob/master/lib
4028
4028
 
4029
4029
  > `optional` **path**: `string`
4030
4030
 
4031
- Defined in: [lib/core.ts:757](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L757)
4031
+ Defined in: [lib/core.ts:758](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L758)
4032
4032
 
4033
4033
  ***
4034
4034
 
@@ -4036,7 +4036,7 @@ Defined in: [lib/core.ts:757](https://github.com/maiyunnet/kebab/blob/master/lib
4036
4036
 
4037
4037
  > `optional` **req**: `IncomingMessage` \| `Http2ServerRequest` \| `null`
4038
4038
 
4039
- Defined in: [lib/core.ts:760](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L760)
4039
+ Defined in: [lib/core.ts:761](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L761)
4040
4040
 
4041
4041
  ***
4042
4042
 
@@ -4044,7 +4044,7 @@ Defined in: [lib/core.ts:760](https://github.com/maiyunnet/kebab/blob/master/lib
4044
4044
 
4045
4045
  > `optional` **session**: `Record`\<`string`, `any`\>
4046
4046
 
4047
- Defined in: [lib/core.ts:763](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L763)
4047
+ Defined in: [lib/core.ts:764](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L764)
4048
4048
 
4049
4049
  ***
4050
4050
 
@@ -4052,7 +4052,7 @@ Defined in: [lib/core.ts:763](https://github.com/maiyunnet/kebab/blob/master/lib
4052
4052
 
4053
4053
  > `optional` **urlFull**: `string`
4054
4054
 
4055
- Defined in: [lib/core.ts:758](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L758)
4055
+ Defined in: [lib/core.ts:759](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L759)
4056
4056
 
4057
4057
  lib/core/type-aliases/TPm2Action.md
4058
4058
  ---
@@ -4067,7 +4067,7 @@ lib/core/type-aliases/TPm2Action.md
4067
4067
 
4068
4068
  > **TPm2Action** = `"start"` \| `"stop"` \| `"restart"`
4069
4069
 
4070
- Defined in: [lib/core.ts:564](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L564)
4070
+ Defined in: [lib/core.ts:565](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L565)
4071
4071
 
4072
4072
  PM2 操作类型
4073
4073
 
@@ -4084,7 +4084,7 @@ lib/core/variables/global.md
4084
4084
 
4085
4085
  > `const` **global**: `Record`\<`string`, `any`\> = `{}`
4086
4086
 
4087
- Defined in: [lib/core.ts:647](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L647)
4087
+ Defined in: [lib/core.ts:648](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L648)
4088
4088
 
4089
4089
  跨进程全局变量
4090
4090
 
@@ -4152,7 +4152,7 @@ lib/core/variables/RANDOM_L.md
4152
4152
 
4153
4153
  > `const` **RANDOM\_L**: `"abcdefghijklmnopqrstuvwxyz"` = `'abcdefghijklmnopqrstuvwxyz'`
4154
4154
 
4155
- Defined in: [lib/core.ts:95](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L95)
4155
+ Defined in: [lib/core.ts:96](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L96)
4156
4156
 
4157
4157
  小写字母字符集
4158
4158
 
@@ -4169,7 +4169,7 @@ lib/core/variables/RANDOM_LN.md
4169
4169
 
4170
4170
  > `const` **RANDOM\_LN**: `string`
4171
4171
 
4172
- Defined in: [lib/core.ts:100](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L100)
4172
+ Defined in: [lib/core.ts:101](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L101)
4173
4173
 
4174
4174
  小写字母 + 数字字符集
4175
4175
 
@@ -4186,7 +4186,7 @@ lib/core/variables/RANDOM_LU.md
4186
4186
 
4187
4187
  > `const` **RANDOM\_LU**: `string`
4188
4188
 
4189
- Defined in: [lib/core.ts:102](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L102)
4189
+ Defined in: [lib/core.ts:103](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L103)
4190
4190
 
4191
4191
  小写字母 + 大写字母字符集
4192
4192
 
@@ -4203,7 +4203,7 @@ lib/core/variables/RANDOM_LUN.md
4203
4203
 
4204
4204
  > `const` **RANDOM\_LUN**: `string`
4205
4205
 
4206
- Defined in: [lib/core.ts:104](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L104)
4206
+ Defined in: [lib/core.ts:105](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L105)
4207
4207
 
4208
4208
  小写字母 + 大写字母 + 数字字符集
4209
4209
 
@@ -4220,7 +4220,7 @@ lib/core/variables/RANDOM_LUNS.md
4220
4220
 
4221
4221
  > `const` **RANDOM\_LUNS**: `string`
4222
4222
 
4223
- Defined in: [lib/core.ts:108](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L108)
4223
+ Defined in: [lib/core.ts:109](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L109)
4224
4224
 
4225
4225
  小写字母 + 大写字母 + 数字字符集 + 特殊字符字符集
4226
4226
 
@@ -4237,7 +4237,7 @@ lib/core/variables/RANDOM_N.md
4237
4237
 
4238
4238
  > `const` **RANDOM\_N**: `"0123456789"` = `'0123456789'`
4239
4239
 
4240
- Defined in: [lib/core.ts:91](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L91)
4240
+ Defined in: [lib/core.ts:92](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L92)
4241
4241
 
4242
4242
  数字字符集
4243
4243
 
@@ -4254,7 +4254,7 @@ lib/core/variables/RANDOM_U.md
4254
4254
 
4255
4255
  > `const` **RANDOM\_U**: `"ABCDEFGHIJKLMNOPQRSTUVWXYZ"` = `'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4256
4256
 
4257
- Defined in: [lib/core.ts:93](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L93)
4257
+ Defined in: [lib/core.ts:94](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L94)
4258
4258
 
4259
4259
  大写字母字符集
4260
4260
 
@@ -4271,7 +4271,7 @@ lib/core/variables/RANDOM_UN.md
4271
4271
 
4272
4272
  > `const` **RANDOM\_UN**: `string`
4273
4273
 
4274
- Defined in: [lib/core.ts:98](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L98)
4274
+ Defined in: [lib/core.ts:99](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L99)
4275
4275
 
4276
4276
  大写字母 + 数字字符集
4277
4277
 
@@ -4288,7 +4288,7 @@ lib/core/variables/RANDOM_V.md
4288
4288
 
4289
4289
  > `const` **RANDOM\_V**: `"ACEFGHJKLMNPRSTWXY34567"` = `'ACEFGHJKLMNPRSTWXY34567'`
4290
4290
 
4291
- Defined in: [lib/core.ts:106](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L106)
4291
+ Defined in: [lib/core.ts:107](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L107)
4292
4292
 
4293
4293
  验证码字符集
4294
4294
 
@@ -4305,7 +4305,7 @@ lib/core/variables/REAL_IP_CF.md
4305
4305
 
4306
4306
  > `const` **REAL\_IP\_CF**: `"cf-connecting-ip"` = `'cf-connecting-ip'`
4307
4307
 
4308
- Defined in: [lib/core.ts:355](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L355)
4308
+ Defined in: [lib/core.ts:356](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L356)
4309
4309
 
4310
4310
  使用的是 Cloudflare
4311
4311
 
@@ -4322,7 +4322,7 @@ lib/core/variables/REAL_IP_X.md
4322
4322
 
4323
4323
  > `const` **REAL\_IP\_X**: `"x-forwarded-for"` = `'x-forwarded-for'`
4324
4324
 
4325
- Defined in: [lib/core.ts:353](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L353)
4325
+ Defined in: [lib/core.ts:354](https://github.com/maiyunnet/kebab/blob/master/lib/core.ts#L354)
4326
4326
 
4327
4327
  使用 X-Forwarded-For 的 CDN 厂商
4328
4328
 
@@ -4586,7 +4586,7 @@ lib/crypto/functions/aesDecrypt.md
4586
4586
 
4587
4587
  > **aesDecrypt**(`encrypt`, `key`, `iv`, `method`, `output`): `false` \| `Buffer`\<`ArrayBufferLike`\>
4588
4588
 
4589
- Defined in: [lib/crypto.ts:340](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L340)
4589
+ Defined in: [lib/crypto.ts:346](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L346)
4590
4590
 
4591
4591
  AES 解密
4592
4592
 
@@ -4628,7 +4628,7 @@ AES 解密
4628
4628
 
4629
4629
  > **aesDecrypt**(`encrypt`, `key`, `iv?`, `method?`, `output?`): `string` \| `false`
4630
4630
 
4631
- Defined in: [lib/crypto.ts:341](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L341)
4631
+ Defined in: [lib/crypto.ts:347](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L347)
4632
4632
 
4633
4633
  AES 解密
4634
4634
 
@@ -4681,7 +4681,7 @@ lib/crypto/functions/aesEncrypt.md
4681
4681
 
4682
4682
  > **aesEncrypt**(`original`, `key`, `iv`, `method`, `output`): `false` \| `Buffer`\<`ArrayBufferLike`\>
4683
4683
 
4684
- Defined in: [lib/crypto.ts:227](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L227)
4684
+ Defined in: [lib/crypto.ts:230](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L230)
4685
4685
 
4686
4686
  AES 加密
4687
4687
 
@@ -4725,7 +4725,7 @@ AES 加密
4725
4725
 
4726
4726
  > **aesEncrypt**(`original`, `key`, `iv?`, `method?`, `output?`): `string` \| `false`
4727
4727
 
4728
- Defined in: [lib/crypto.ts:228](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L228)
4728
+ Defined in: [lib/crypto.ts:231](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L231)
4729
4729
 
4730
4730
  AES 加密
4731
4731
 
@@ -4780,7 +4780,7 @@ lib/crypto/functions/base64Decode.md
4780
4780
 
4781
4781
  > **base64Decode**(`data`, `encoding`): `Buffer`
4782
4782
 
4783
- Defined in: [lib/crypto.ts:446](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L446)
4783
+ Defined in: [lib/crypto.ts:452](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L452)
4784
4784
 
4785
4785
  base64 解码
4786
4786
 
@@ -4806,7 +4806,7 @@ base64 编码的字符串
4806
4806
 
4807
4807
  > **base64Decode**(`data`, `encoding?`): `string`
4808
4808
 
4809
- Defined in: [lib/crypto.ts:447](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L447)
4809
+ Defined in: [lib/crypto.ts:453](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L453)
4810
4810
 
4811
4811
  base64 解码
4812
4812
 
@@ -4841,7 +4841,7 @@ lib/crypto/functions/base64Encode.md
4841
4841
 
4842
4842
  > **base64Encode**(`data`): `string`
4843
4843
 
4844
- Defined in: [lib/crypto.ts:432](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L432)
4844
+ Defined in: [lib/crypto.ts:438](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L438)
4845
4845
 
4846
4846
  base64 编码
4847
4847
 
@@ -4870,7 +4870,7 @@ lib/crypto/functions/cipherDecrypt.md
4870
4870
 
4871
4871
  > **cipherDecrypt**(`encrypt`, `key`, `iv`, `method`, `output`): `string` \| `false` \| `Buffer`\<`ArrayBufferLike`\>
4872
4872
 
4873
- Defined in: [lib/crypto.ts:277](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L277)
4873
+ Defined in: [lib/crypto.ts:280](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L280)
4874
4874
 
4875
4875
  cipher 解密
4876
4876
 
@@ -4978,7 +4978,7 @@ lib/crypto/functions/gcmDecrypt.md
4978
4978
 
4979
4979
  > **gcmDecrypt**(`encrypt`, `key`, `output`): `false` \| `Buffer`\<`ArrayBufferLike`\>
4980
4980
 
4981
- Defined in: [lib/crypto.ts:355](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L355)
4981
+ Defined in: [lib/crypto.ts:361](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L361)
4982
4982
 
4983
4983
  AES 解密
4984
4984
 
@@ -5010,7 +5010,7 @@ AES 解密
5010
5010
 
5011
5011
  > **gcmDecrypt**(`encrypt`, `key`, `output?`): `string` \| `false`
5012
5012
 
5013
- Defined in: [lib/crypto.ts:356](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L356)
5013
+ Defined in: [lib/crypto.ts:362](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L362)
5014
5014
 
5015
5015
  AES 解密
5016
5016
 
@@ -5053,7 +5053,7 @@ lib/crypto/functions/gcmEncrypt.md
5053
5053
 
5054
5054
  > **gcmEncrypt**(`original`, `key`, `output`): `false` \| `Buffer`\<`ArrayBufferLike`\>
5055
5055
 
5056
- Defined in: [lib/crypto.ts:242](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L242)
5056
+ Defined in: [lib/crypto.ts:245](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L245)
5057
5057
 
5058
5058
  AES GCM 托管加密
5059
5059
 
@@ -5085,7 +5085,7 @@ AES GCM 托管加密
5085
5085
 
5086
5086
  > **gcmEncrypt**(`original`, `key`, `output?`): `string` \| `false`
5087
5087
 
5088
- Defined in: [lib/crypto.ts:243](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L243)
5088
+ Defined in: [lib/crypto.ts:246](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L246)
5089
5089
 
5090
5090
  AES GCM 托管加密
5091
5091
 
@@ -5193,7 +5193,7 @@ lib/crypto/functions/hashHmac.md
5193
5193
 
5194
5194
  > **hashHmac**(`algorithm`, `data`, `key?`, `format?`): `string`
5195
5195
 
5196
- Defined in: [lib/crypto.ts:388](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L388)
5196
+ Defined in: [lib/crypto.ts:394](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L394)
5197
5197
 
5198
5198
  hash 或 hmac 加密
5199
5199
 
@@ -5229,7 +5229,7 @@ hash 或 hmac 加密
5229
5229
 
5230
5230
  > **hashHmac**(`algorithm`, `data`, `key`, `format`): `Buffer`
5231
5231
 
5232
- Defined in: [lib/crypto.ts:389](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L389)
5232
+ Defined in: [lib/crypto.ts:395](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L395)
5233
5233
 
5234
5234
  hash 或 hmac 加密
5235
5235
 
@@ -5276,7 +5276,7 @@ lib/crypto/functions/hashHmacFile.md
5276
5276
 
5277
5277
  > **hashHmacFile**(`algorithm`, `path`, `key?`, `encoding?`): `Promise`\<`string` \| `false`\>
5278
5278
 
5279
- Defined in: [lib/crypto.ts:407](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L407)
5279
+ Defined in: [lib/crypto.ts:413](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L413)
5280
5280
 
5281
5281
  hash 或 hmac 加密文件
5282
5282
 
@@ -5312,7 +5312,7 @@ hash 或 hmac 加密文件
5312
5312
 
5313
5313
  > **hashHmacFile**(`algorithm`, `path`, `key`, `encoding`): `Promise`\<`false` \| `Buffer`\<`ArrayBufferLike`\>\>
5314
5314
 
5315
- Defined in: [lib/crypto.ts:408](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L408)
5315
+ Defined in: [lib/crypto.ts:414](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L414)
5316
5316
 
5317
5317
  hash 或 hmac 加密文件
5318
5318
 
@@ -5586,7 +5586,7 @@ lib/crypto/functions/sm4Decrypt.md
5586
5586
 
5587
5587
  > **sm4Decrypt**(`encrypt`, `key`, `iv`, `method`, `output`): `false` \| `Buffer`\<`ArrayBufferLike`\>
5588
5588
 
5589
- Defined in: [lib/crypto.ts:373](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L373)
5589
+ Defined in: [lib/crypto.ts:379](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L379)
5590
5590
 
5591
5591
  SM4 解密
5592
5592
 
@@ -5628,7 +5628,7 @@ SM4 解密
5628
5628
 
5629
5629
  > **sm4Decrypt**(`encrypt`, `key`, `iv?`, `method?`, `output?`): `string` \| `false`
5630
5630
 
5631
- Defined in: [lib/crypto.ts:374](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L374)
5631
+ Defined in: [lib/crypto.ts:380](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L380)
5632
5632
 
5633
5633
  SM4 解密
5634
5634
 
@@ -5681,7 +5681,7 @@ lib/crypto/functions/sm4Encrypt.md
5681
5681
 
5682
5682
  > **sm4Encrypt**(`original`, `key`, `iv`, `method`, `output`): `false` \| `Buffer`\<`ArrayBufferLike`\>
5683
5683
 
5684
- Defined in: [lib/crypto.ts:260](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L260)
5684
+ Defined in: [lib/crypto.ts:263](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L263)
5685
5685
 
5686
5686
  SM4 加密
5687
5687
 
@@ -5723,7 +5723,7 @@ SM4 加密
5723
5723
 
5724
5724
  > **sm4Encrypt**(`original`, `key`, `iv?`, `method?`, `output?`): `string` \| `false`
5725
5725
 
5726
- Defined in: [lib/crypto.ts:261](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L261)
5726
+ Defined in: [lib/crypto.ts:264](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L264)
5727
5727
 
5728
5728
  SM4 加密
5729
5729
 
@@ -5774,7 +5774,7 @@ lib/crypto/functions/uuid.md
5774
5774
 
5775
5775
  > **uuid**(`options?`): `string`
5776
5776
 
5777
- Defined in: [lib/crypto.ts:460](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L460)
5777
+ Defined in: [lib/crypto.ts:466](https://github.com/maiyunnet/kebab/blob/master/lib/crypto.ts#L466)
5778
5778
 
5779
5779
  生成 uuid
5780
5780
 
@@ -10169,7 +10169,7 @@ lib/net/functions/buildCookieQuery.md
10169
10169
 
10170
10170
  > **buildCookieQuery**(`cookie`, `uri`): `string`
10171
10171
 
10172
- Defined in: [lib/net.ts:595](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L595)
10172
+ Defined in: [lib/net.ts:604](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L604)
10173
10173
 
10174
10174
  对象转换为 Cookie 拼接字符串(会自动筛掉不能发送的 cookie)
10175
10175
 
@@ -10239,7 +10239,7 @@ lib/net/functions/filterHeaders.md
10239
10239
 
10240
10240
  > **filterHeaders**(`headers`, `res?`, `filter?`): `Record`\<`string`, `string` \| `string`[]\>
10241
10241
 
10242
- Defined in: [lib/net.ts:673](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L673)
10242
+ Defined in: [lib/net.ts:682](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L682)
10243
10243
 
10244
10244
  剔除不代理的 header,返回新的 header
10245
10245
 
@@ -10336,7 +10336,7 @@ lib/net/functions/getFormData.md
10336
10336
 
10337
10337
  > **getFormData**(): [`FormData`](../formdata/classes/FormData.md)
10338
10338
 
10339
- Defined in: [lib/net.ts:657](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L657)
10339
+ Defined in: [lib/net.ts:666](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L666)
10340
10340
 
10341
10341
  创建 FormData 对象
10342
10342
 
@@ -10357,7 +10357,7 @@ lib/net/functions/mproxy.md
10357
10357
 
10358
10358
  > **mproxy**(`ctr`, `auth`, `opt`): `Promise`\<`number`\>
10359
10359
 
10360
- Defined in: [lib/net.ts:709](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L709)
10360
+ Defined in: [lib/net.ts:718](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L718)
10361
10361
 
10362
10362
  正向 mproxy 代理,注意提前处理不要自动处理 post 数据,读取 get 的 url 为实际请求地址
10363
10363
  get: url, auth
@@ -10399,7 +10399,7 @@ lib/net/functions/mproxyData.md
10399
10399
 
10400
10400
  > **mproxyData**(`ctr`): `any`
10401
10401
 
10402
- Defined in: [lib/net.ts:758](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L758)
10402
+ Defined in: [lib/net.ts:767](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L767)
10403
10403
 
10404
10404
  获取 mproxy 的附加数据
10405
10405
 
@@ -10617,7 +10617,7 @@ lib/net/functions/resetCookieSession.md
10617
10617
 
10618
10618
  > **resetCookieSession**(`cookie`): `void`
10619
10619
 
10620
- Defined in: [lib/net.ts:645](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L645)
10620
+ Defined in: [lib/net.ts:654](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L654)
10621
10621
 
10622
10622
  模拟重启浏览器后的状态
10623
10623
 
@@ -10646,7 +10646,7 @@ lib/net/functions/rproxy.md
10646
10646
 
10647
10647
  > **rproxy**(`ctr`, `route`, `opt`): `Promise`\<`boolean`\>
10648
10648
 
10649
- Defined in: [lib/net.ts:776](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L776)
10649
+ Defined in: [lib/net.ts:785](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L785)
10650
10650
 
10651
10651
  反向代理,注意提前处理不要自动处理 post 数据,将本服务器的某个路由反代到其他网址
10652
10652
 
@@ -10687,7 +10687,7 @@ lib/net/functions/setCookie.md
10687
10687
 
10688
10688
  > **setCookie**(`cookie`, `name`, `value`, `domain`, `opt`): `void`
10689
10689
 
10690
- Defined in: [lib/net.ts:457](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L457)
10690
+ Defined in: [lib/net.ts:466](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L466)
10691
10691
 
10692
10692
  对 cookie 对象进行操作
10693
10693
 
@@ -10793,7 +10793,7 @@ lib/net/interfaces/ICookie.md
10793
10793
 
10794
10794
  # Interface: ICookie
10795
10795
 
10796
- Defined in: [lib/net.ts:901](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L901)
10796
+ Defined in: [lib/net.ts:910](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L910)
10797
10797
 
10798
10798
  Net Cookie 对象
10799
10799
 
@@ -10803,7 +10803,7 @@ Net Cookie 对象
10803
10803
 
10804
10804
  > **domain**: `string`
10805
10805
 
10806
- Defined in: [lib/net.ts:907](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L907)
10806
+ Defined in: [lib/net.ts:916](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L916)
10807
10807
 
10808
10808
  ***
10809
10809
 
@@ -10811,7 +10811,7 @@ Defined in: [lib/net.ts:907](https://github.com/maiyunnet/kebab/blob/master/lib/
10811
10811
 
10812
10812
  > **exp**: `number`
10813
10813
 
10814
- Defined in: [lib/net.ts:905](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L905)
10814
+ Defined in: [lib/net.ts:914](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L914)
10815
10815
 
10816
10816
  有效期秒级时间戳
10817
10817
 
@@ -10821,7 +10821,7 @@ Defined in: [lib/net.ts:905](https://github.com/maiyunnet/kebab/blob/master/lib/
10821
10821
 
10822
10822
  > **httponly**: `boolean`
10823
10823
 
10824
- Defined in: [lib/net.ts:909](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L909)
10824
+ Defined in: [lib/net.ts:918](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L918)
10825
10825
 
10826
10826
  ***
10827
10827
 
@@ -10829,7 +10829,7 @@ Defined in: [lib/net.ts:909](https://github.com/maiyunnet/kebab/blob/master/lib/
10829
10829
 
10830
10830
  > **name**: `string`
10831
10831
 
10832
- Defined in: [lib/net.ts:902](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L902)
10832
+ Defined in: [lib/net.ts:911](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L911)
10833
10833
 
10834
10834
  ***
10835
10835
 
@@ -10837,7 +10837,7 @@ Defined in: [lib/net.ts:902](https://github.com/maiyunnet/kebab/blob/master/lib/
10837
10837
 
10838
10838
  > **path**: `string`
10839
10839
 
10840
- Defined in: [lib/net.ts:906](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L906)
10840
+ Defined in: [lib/net.ts:915](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L915)
10841
10841
 
10842
10842
  ***
10843
10843
 
@@ -10845,7 +10845,7 @@ Defined in: [lib/net.ts:906](https://github.com/maiyunnet/kebab/blob/master/lib/
10845
10845
 
10846
10846
  > **secure**: `boolean`
10847
10847
 
10848
- Defined in: [lib/net.ts:908](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L908)
10848
+ Defined in: [lib/net.ts:917](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L917)
10849
10849
 
10850
10850
  ***
10851
10851
 
@@ -10853,7 +10853,7 @@ Defined in: [lib/net.ts:908](https://github.com/maiyunnet/kebab/blob/master/lib/
10853
10853
 
10854
10854
  > **value**: `string`
10855
10855
 
10856
- Defined in: [lib/net.ts:903](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L903)
10856
+ Defined in: [lib/net.ts:912](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L912)
10857
10857
 
10858
10858
  lib/net/interfaces/IMproxyOptions.md
10859
10859
  ---
@@ -10866,7 +10866,7 @@ lib/net/interfaces/IMproxyOptions.md
10866
10866
 
10867
10867
  # Interface: IMproxyOptions
10868
10868
 
10869
- Defined in: [lib/net.ts:856](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L856)
10869
+ Defined in: [lib/net.ts:865](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L865)
10870
10870
 
10871
10871
  正向代理请求的传入参数选项
10872
10872
 
@@ -10876,7 +10876,7 @@ Defined in: [lib/net.ts:856](https://github.com/maiyunnet/kebab/blob/master/lib/
10876
10876
 
10877
10877
  > `optional` **filter**: (`h`) => `boolean`
10878
10878
 
10879
- Defined in: [lib/net.ts:865](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L865)
10879
+ Defined in: [lib/net.ts:874](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L874)
10880
10880
 
10881
10881
  过滤 header,返回 true 则留下
10882
10882
 
@@ -10896,7 +10896,7 @@ Defined in: [lib/net.ts:865](https://github.com/maiyunnet/kebab/blob/master/lib/
10896
10896
 
10897
10897
  > `optional` **follow**: `number`
10898
10898
 
10899
- Defined in: [lib/net.ts:859](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L859)
10899
+ Defined in: [lib/net.ts:868](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L868)
10900
10900
 
10901
10901
  ***
10902
10902
 
@@ -10904,7 +10904,7 @@ Defined in: [lib/net.ts:859](https://github.com/maiyunnet/kebab/blob/master/lib/
10904
10904
 
10905
10905
  > `optional` **headers**: [`THttpHeaders`](../type-aliases/THttpHeaders.md)
10906
10906
 
10907
- Defined in: [lib/net.ts:863](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L863)
10907
+ Defined in: [lib/net.ts:872](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L872)
10908
10908
 
10909
10909
  ***
10910
10910
 
@@ -10912,7 +10912,7 @@ Defined in: [lib/net.ts:863](https://github.com/maiyunnet/kebab/blob/master/lib/
10912
10912
 
10913
10913
  > `optional` **hosts**: `string` \| `Record`\<`string`, `string`\>
10914
10914
 
10915
- Defined in: [lib/net.ts:861](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L861)
10915
+ Defined in: [lib/net.ts:870](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L870)
10916
10916
 
10917
10917
  自定义 host 映射,如 {'www.maiyun.net': '127.0.0.1'},或全部映射到一个 host
10918
10918
 
@@ -10922,7 +10922,7 @@ Defined in: [lib/net.ts:861](https://github.com/maiyunnet/kebab/blob/master/lib/
10922
10922
 
10923
10923
  > `optional` **local**: `string`
10924
10924
 
10925
- Defined in: [lib/net.ts:862](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L862)
10925
+ Defined in: [lib/net.ts:871](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L871)
10926
10926
 
10927
10927
  ***
10928
10928
 
@@ -10930,7 +10930,7 @@ Defined in: [lib/net.ts:862](https://github.com/maiyunnet/kebab/blob/master/lib/
10930
10930
 
10931
10931
  > `optional` **reuse**: `string`
10932
10932
 
10933
- Defined in: [lib/net.ts:867](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L867)
10933
+ Defined in: [lib/net.ts:876](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L876)
10934
10934
 
10935
10935
  默认为 default
10936
10936
 
@@ -10940,7 +10940,7 @@ Defined in: [lib/net.ts:867](https://github.com/maiyunnet/kebab/blob/master/lib/
10940
10940
 
10941
10941
  > `optional` **timeout**: `number`
10942
10942
 
10943
- Defined in: [lib/net.ts:858](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L858)
10943
+ Defined in: [lib/net.ts:867](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L867)
10944
10944
 
10945
10945
  秒数
10946
10946
 
@@ -10955,7 +10955,7 @@ lib/net/interfaces/IRequestOptions.md
10955
10955
 
10956
10956
  # Interface: IRequestOptions
10957
10957
 
10958
- Defined in: [lib/net.ts:829](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L829)
10958
+ Defined in: [lib/net.ts:838](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L838)
10959
10959
 
10960
10960
  请求的传入参数选项
10961
10961
 
@@ -10965,7 +10965,7 @@ Defined in: [lib/net.ts:829](https://github.com/maiyunnet/kebab/blob/master/lib/
10965
10965
 
10966
10966
  > `optional` **cookie**: `Record`\<`string`, [`ICookie`](ICookie.md)\>
10967
10967
 
10968
- Defined in: [lib/net.ts:852](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L852)
10968
+ Defined in: [lib/net.ts:861](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L861)
10969
10969
 
10970
10970
  cookie 托管对象
10971
10971
 
@@ -10975,7 +10975,7 @@ cookie 托管对象
10975
10975
 
10976
10976
  > `optional` **follow**: `number`
10977
10977
 
10978
- Defined in: [lib/net.ts:835](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L835)
10978
+ Defined in: [lib/net.ts:844](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L844)
10979
10979
 
10980
10980
  追踪 location 次数,0 为不追踪,默认为 0
10981
10981
 
@@ -10985,7 +10985,7 @@ Defined in: [lib/net.ts:835](https://github.com/maiyunnet/kebab/blob/master/lib/
10985
10985
 
10986
10986
  > `optional` **headers**: [`THttpHeaders`](../type-aliases/THttpHeaders.md)
10987
10987
 
10988
- Defined in: [lib/net.ts:840](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L840)
10988
+ Defined in: [lib/net.ts:849](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L849)
10989
10989
 
10990
10990
  ***
10991
10991
 
@@ -10993,7 +10993,7 @@ Defined in: [lib/net.ts:840](https://github.com/maiyunnet/kebab/blob/master/lib/
10993
10993
 
10994
10994
  > `optional` **hosts**: `string` \| `Record`\<`string`, `string`\>
10995
10995
 
10996
- Defined in: [lib/net.ts:837](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L837)
10996
+ Defined in: [lib/net.ts:846](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L846)
10997
10997
 
10998
10998
  自定义 host 映射,如 {'www.maiyun.net': '127.0.0.1'},或全部映射到一个 host
10999
10999
 
@@ -11003,7 +11003,7 @@ Defined in: [lib/net.ts:837](https://github.com/maiyunnet/kebab/blob/master/lib/
11003
11003
 
11004
11004
  > `optional` **keep**: `boolean`
11005
11005
 
11006
- Defined in: [lib/net.ts:848](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L848)
11006
+ Defined in: [lib/net.ts:857](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L857)
11007
11007
 
11008
11008
  连接是否保持长连接(即是否允许复用),默认为 true
11009
11009
 
@@ -11013,7 +11013,7 @@ Defined in: [lib/net.ts:848](https://github.com/maiyunnet/kebab/blob/master/lib/
11013
11013
 
11014
11014
  > `optional` **local**: `string`
11015
11015
 
11016
- Defined in: [lib/net.ts:839](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L839)
11016
+ Defined in: [lib/net.ts:848](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L848)
11017
11017
 
11018
11018
  ***
11019
11019
 
@@ -11021,7 +11021,7 @@ Defined in: [lib/net.ts:839](https://github.com/maiyunnet/kebab/blob/master/lib/
11021
11021
 
11022
11022
  > `optional` **method**: `"GET"` \| `"POST"` \| `"PUT"` \| `"DELETE"` \| `"OPTIONS"`
11023
11023
 
11024
- Defined in: [lib/net.ts:830](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L830)
11024
+ Defined in: [lib/net.ts:839](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L839)
11025
11025
 
11026
11026
  ***
11027
11027
 
@@ -11029,7 +11029,7 @@ Defined in: [lib/net.ts:830](https://github.com/maiyunnet/kebab/blob/master/lib/
11029
11029
 
11030
11030
  > `optional` **mproxy**: `object`
11031
11031
 
11032
- Defined in: [lib/net.ts:842](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L842)
11032
+ Defined in: [lib/net.ts:851](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L851)
11033
11033
 
11034
11034
  正向 mproxy 代理,url 如 https://xxx/abc
11035
11035
 
@@ -11051,7 +11051,7 @@ Defined in: [lib/net.ts:842](https://github.com/maiyunnet/kebab/blob/master/lib/
11051
11051
 
11052
11052
  > `optional` **reuse**: `string`
11053
11053
 
11054
- Defined in: [lib/net.ts:850](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L850)
11054
+ Defined in: [lib/net.ts:859](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L859)
11055
11055
 
11056
11056
  复用池名,默认为 default
11057
11057
 
@@ -11061,7 +11061,7 @@ Defined in: [lib/net.ts:850](https://github.com/maiyunnet/kebab/blob/master/lib/
11061
11061
 
11062
11062
  > `optional` **save**: `string`
11063
11063
 
11064
- Defined in: [lib/net.ts:838](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L838)
11064
+ Defined in: [lib/net.ts:847](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L847)
11065
11065
 
11066
11066
  ***
11067
11067
 
@@ -11069,7 +11069,7 @@ Defined in: [lib/net.ts:838](https://github.com/maiyunnet/kebab/blob/master/lib/
11069
11069
 
11070
11070
  > `optional` **timeout**: `number`
11071
11071
 
11072
- Defined in: [lib/net.ts:833](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L833)
11072
+ Defined in: [lib/net.ts:842](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L842)
11073
11073
 
11074
11074
  秒数
11075
11075
 
@@ -11079,7 +11079,7 @@ Defined in: [lib/net.ts:833](https://github.com/maiyunnet/kebab/blob/master/lib/
11079
11079
 
11080
11080
  > `optional` **type**: `"form"` \| `"json"`
11081
11081
 
11082
- Defined in: [lib/net.ts:831](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L831)
11082
+ Defined in: [lib/net.ts:840](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L840)
11083
11083
 
11084
11084
  lib/net/interfaces/IRproxyOptions.md
11085
11085
  ---
@@ -11092,7 +11092,7 @@ lib/net/interfaces/IRproxyOptions.md
11092
11092
 
11093
11093
  # Interface: IRproxyOptions
11094
11094
 
11095
- Defined in: [lib/net.ts:871](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L871)
11095
+ Defined in: [lib/net.ts:880](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L880)
11096
11096
 
11097
11097
  反向代理请求的传入参数选项
11098
11098
 
@@ -11102,7 +11102,7 @@ Defined in: [lib/net.ts:871](https://github.com/maiyunnet/kebab/blob/master/lib/
11102
11102
 
11103
11103
  > `optional` **filter**: (`h`) => `boolean`
11104
11104
 
11105
- Defined in: [lib/net.ts:880](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L880)
11105
+ Defined in: [lib/net.ts:889](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L889)
11106
11106
 
11107
11107
  过滤 header,返回 true 则留下
11108
11108
 
@@ -11122,7 +11122,7 @@ Defined in: [lib/net.ts:880](https://github.com/maiyunnet/kebab/blob/master/lib/
11122
11122
 
11123
11123
  > `optional` **follow**: `number`
11124
11124
 
11125
- Defined in: [lib/net.ts:874](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L874)
11125
+ Defined in: [lib/net.ts:883](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L883)
11126
11126
 
11127
11127
  ***
11128
11128
 
@@ -11130,7 +11130,7 @@ Defined in: [lib/net.ts:874](https://github.com/maiyunnet/kebab/blob/master/lib/
11130
11130
 
11131
11131
  > `optional` **headers**: [`THttpHeaders`](../type-aliases/THttpHeaders.md)
11132
11132
 
11133
- Defined in: [lib/net.ts:878](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L878)
11133
+ Defined in: [lib/net.ts:887](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L887)
11134
11134
 
11135
11135
  ***
11136
11136
 
@@ -11138,7 +11138,7 @@ Defined in: [lib/net.ts:878](https://github.com/maiyunnet/kebab/blob/master/lib/
11138
11138
 
11139
11139
  > `optional` **hosts**: `string` \| `Record`\<`string`, `string`\>
11140
11140
 
11141
- Defined in: [lib/net.ts:876](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L876)
11141
+ Defined in: [lib/net.ts:885](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L885)
11142
11142
 
11143
11143
  自定义 host 映射,如 {'www.maiyun.net': '127.0.0.1'},或全部映射到一个 host
11144
11144
 
@@ -11148,7 +11148,7 @@ Defined in: [lib/net.ts:876](https://github.com/maiyunnet/kebab/blob/master/lib/
11148
11148
 
11149
11149
  > `optional` **local**: `string`
11150
11150
 
11151
- Defined in: [lib/net.ts:877](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L877)
11151
+ Defined in: [lib/net.ts:886](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L886)
11152
11152
 
11153
11153
  ***
11154
11154
 
@@ -11156,7 +11156,7 @@ Defined in: [lib/net.ts:877](https://github.com/maiyunnet/kebab/blob/master/lib/
11156
11156
 
11157
11157
  > `optional` **mproxy**: `object`
11158
11158
 
11159
- Defined in: [lib/net.ts:882](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L882)
11159
+ Defined in: [lib/net.ts:891](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L891)
11160
11160
 
11161
11161
  正向 mproxy 代理,url 如 https://xxx/abc
11162
11162
 
@@ -11178,7 +11178,7 @@ Defined in: [lib/net.ts:882](https://github.com/maiyunnet/kebab/blob/master/lib/
11178
11178
 
11179
11179
  > `optional` **reuse**: `string`
11180
11180
 
11181
- Defined in: [lib/net.ts:888](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L888)
11181
+ Defined in: [lib/net.ts:897](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L897)
11182
11182
 
11183
11183
  默认为 default
11184
11184
 
@@ -11188,7 +11188,7 @@ Defined in: [lib/net.ts:888](https://github.com/maiyunnet/kebab/blob/master/lib/
11188
11188
 
11189
11189
  > `optional` **timeout**: `number`
11190
11190
 
11191
- Defined in: [lib/net.ts:873](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L873)
11191
+ Defined in: [lib/net.ts:882](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L882)
11192
11192
 
11193
11193
  秒数
11194
11194
 
@@ -11649,7 +11649,7 @@ lib/net/type-aliases/THttpHeaders.md
11649
11649
 
11650
11650
  > **THttpHeaders** = `http.IncomingHttpHeaders` & `object`
11651
11651
 
11652
- Defined in: [lib/net.ts:893](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L893)
11652
+ Defined in: [lib/net.ts:902](https://github.com/maiyunnet/kebab/blob/master/lib/net.ts#L902)
11653
11653
 
11654
11654
  http headers
11655
11655
 
@@ -14949,7 +14949,7 @@ lib/text/functions/getFilename.md
14949
14949
 
14950
14950
  > **getFilename**(`path`): `string`
14951
14951
 
14952
- Defined in: [lib/text.ts:497](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L497)
14952
+ Defined in: [lib/text.ts:506](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L506)
14953
14953
 
14954
14954
  获取文件名
14955
14955
 
@@ -14978,7 +14978,7 @@ lib/text/functions/htmlescape.md
14978
14978
 
14979
14979
  > **htmlescape**(`html`): `string`
14980
14980
 
14981
- Defined in: [lib/text.ts:473](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L473)
14981
+ Defined in: [lib/text.ts:482](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L482)
14982
14982
 
14983
14983
  HTML 特殊字符转换为实体字符
14984
14984
 
@@ -15007,7 +15007,7 @@ lib/text/functions/int2str.md
15007
15007
 
15008
15008
  > **int2str**(`int`, `digits`, `decimal`): `string`
15009
15009
 
15010
- Defined in: [lib/text.ts:688](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L688)
15010
+ Defined in: [lib/text.ts:697](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L697)
15011
15011
 
15012
15012
  为解决精度问题,将整数转换为小数字符串
15013
15013
  以下几个示例都是当 digits 为 3、decimal 为 2 时
@@ -15053,7 +15053,7 @@ lib/text/functions/isAscii.md
15053
15053
 
15054
15054
  > **isAscii**(`text`): `boolean`
15055
15055
 
15056
- Defined in: [lib/text.ts:255](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L255)
15056
+ Defined in: [lib/text.ts:256](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L256)
15057
15057
 
15058
15058
  判断是否在 ascii 字符集内,仅可输入部分
15059
15059
 
@@ -15082,7 +15082,7 @@ lib/text/functions/isDomain.md
15082
15082
 
15083
15083
  > **isDomain**(`domain`): `boolean`
15084
15084
 
15085
- Defined in: [lib/text.ts:244](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L244)
15085
+ Defined in: [lib/text.ts:245](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L245)
15086
15086
 
15087
15087
  判断是否是域名
15088
15088
 
@@ -15113,7 +15113,7 @@ lib/text/functions/isEMail.md
15113
15113
 
15114
15114
  > **isEMail**(`email`): `boolean`
15115
15115
 
15116
- Defined in: [lib/text.ts:213](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L213)
15116
+ Defined in: [lib/text.ts:214](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L214)
15117
15117
 
15118
15118
  是否是邮件地址
15119
15119
 
@@ -15140,7 +15140,7 @@ lib/text/functions/isFalsy.md
15140
15140
 
15141
15141
  > **isFalsy**(`val`): `val is TFalsy`
15142
15142
 
15143
- Defined in: [lib/text.ts:639](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L639)
15143
+ Defined in: [lib/text.ts:648](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L648)
15144
15144
 
15145
15145
  判断一个值是否是虚假的(为 null/undefined/空字符串/false/0)
15146
15146
 
@@ -15169,7 +15169,7 @@ lib/text/functions/isIdCardCN.md
15169
15169
 
15170
15170
  > **isIdCardCN**(`idcard`): `boolean`
15171
15171
 
15172
- Defined in: [lib/text.ts:367](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L367)
15172
+ Defined in: [lib/text.ts:368](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L368)
15173
15173
 
15174
15174
  是否是中国大陆身份证号码
15175
15175
 
@@ -15198,7 +15198,7 @@ lib/text/functions/isIPv4.md
15198
15198
 
15199
15199
  > **isIPv4**(`ip`): `boolean`
15200
15200
 
15201
- Defined in: [lib/text.ts:223](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L223)
15201
+ Defined in: [lib/text.ts:224](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L224)
15202
15202
 
15203
15203
  是否是 IPv4
15204
15204
 
@@ -15225,7 +15225,7 @@ lib/text/functions/isIPv6.md
15225
15225
 
15226
15226
  > **isIPv6**(`ip`): `boolean`
15227
15227
 
15228
- Defined in: [lib/text.ts:233](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L233)
15228
+ Defined in: [lib/text.ts:234](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L234)
15229
15229
 
15230
15230
  是否是 IPv6
15231
15231
 
@@ -15252,7 +15252,7 @@ lib/text/functions/isPhoneCN.md
15252
15252
 
15253
15253
  > **isPhoneCN**(`p`): `boolean`
15254
15254
 
15255
- Defined in: [lib/text.ts:359](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L359)
15255
+ Defined in: [lib/text.ts:360](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L360)
15256
15256
 
15257
15257
  判断手机号是否是 11 位,不做真实性校验
15258
15258
 
@@ -15281,7 +15281,7 @@ lib/text/functions/isRealPath.md
15281
15281
 
15282
15282
  > **isRealPath**(`path`): `boolean`
15283
15283
 
15284
- Defined in: [lib/text.ts:485](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L485)
15284
+ Defined in: [lib/text.ts:494](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L494)
15285
15285
 
15286
15286
  判断是否是绝对路径,是返回 true,相对路径返回 false
15287
15287
 
@@ -15310,7 +15310,7 @@ lib/text/functions/isTruthy.md
15310
15310
 
15311
15311
  > **isTruthy**\<`T`\>(`val`): `val is Exclude<T, TFalsy>`
15312
15312
 
15313
- Defined in: [lib/text.ts:647](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L647)
15313
+ Defined in: [lib/text.ts:656](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L656)
15314
15314
 
15315
15315
  判断一个值是否是真实的(不为 null/undefined/空字符串/false/0)
15316
15316
 
@@ -15345,7 +15345,7 @@ lib/text/functions/logicalOr.md
15345
15345
 
15346
15346
  > **logicalOr**\<`T`, `T2`\>(`v1`, `v2`): `T` *extends* [`TFalsy`](../type-aliases/TFalsy.md) ? `T2` : `T`
15347
15347
 
15348
- Defined in: [lib/text.ts:656](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L656)
15348
+ Defined in: [lib/text.ts:665](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L665)
15349
15349
 
15350
15350
  类似 || 运算符的效果
15351
15351
 
@@ -15390,7 +15390,7 @@ lib/text/functions/match.md
15390
15390
 
15391
15391
  > **match**(`str`, `regs`): `boolean`
15392
15392
 
15393
- Defined in: [lib/text.ts:344](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L344)
15393
+ Defined in: [lib/text.ts:345](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L345)
15394
15394
 
15395
15395
  传入正则进行匹配 str 是否有一项满足
15396
15396
 
@@ -15425,7 +15425,7 @@ lib/text/functions/nlReplace.md
15425
15425
 
15426
15426
  > **nlReplace**(`str`, `to`): `string`
15427
15427
 
15428
- Defined in: [lib/text.ts:264](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L264)
15428
+ Defined in: [lib/text.ts:265](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L265)
15429
15429
 
15430
15430
  换行替换为别的
15431
15431
 
@@ -15460,7 +15460,7 @@ lib/text/functions/parseDomain.md
15460
15460
 
15461
15461
  > **parseDomain**(`domain`): `Promise`\<[`IDomain`](../interfaces/IDomain.md)\>
15462
15462
 
15463
- Defined in: [lib/text.ts:287](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L287)
15463
+ Defined in: [lib/text.ts:288](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L288)
15464
15464
 
15465
15465
  解析域名并获取 tld/sld/domain/sub
15466
15466
 
@@ -15489,7 +15489,7 @@ lib/text/functions/parseHost.md
15489
15489
 
15490
15490
  > **parseHost**(`host`): `object`
15491
15491
 
15492
- Defined in: [lib/text.ts:28](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L28)
15492
+ Defined in: [lib/text.ts:29](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L29)
15493
15493
 
15494
15494
  解析主机名和端口号
15495
15495
 
@@ -15530,7 +15530,7 @@ lib/text/functions/parseJson.md
15530
15530
 
15531
15531
  > **parseJson**\<`T`\>(`str`): `false` \| `T`
15532
15532
 
15533
- Defined in: [lib/text.ts:550](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L550)
15533
+ Defined in: [lib/text.ts:559](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L559)
15534
15534
 
15535
15535
  将字符串解析为对象,返回 false 代表解析失败,支持 BigInt
15536
15536
 
@@ -15565,7 +15565,7 @@ lib/text/functions/parseUrl.md
15565
15565
 
15566
15566
  > **parseUrl**(`url`): [`IUrlParse`](../../../index/interfaces/IUrlParse.md)
15567
15567
 
15568
- Defined in: [lib/text.ts:54](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L54)
15568
+ Defined in: [lib/text.ts:55](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L55)
15569
15569
 
15570
15570
  格式化一段 URL
15571
15571
 
@@ -15592,7 +15592,7 @@ lib/text/functions/queryParse.md
15592
15592
 
15593
15593
  > **queryParse**(`query`): `Record`\<`string`, `string` \| `string`[]\>
15594
15594
 
15595
- Defined in: [lib/text.ts:436](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L436)
15595
+ Defined in: [lib/text.ts:445](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L445)
15596
15596
 
15597
15597
  将 query string 转换为对象
15598
15598
 
@@ -15623,7 +15623,7 @@ lib/text/functions/queryStringify.md
15623
15623
 
15624
15624
  > **queryStringify**(`query`, `encode?`): `string`
15625
15625
 
15626
- Defined in: [lib/text.ts:395](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L395)
15626
+ Defined in: [lib/text.ts:396](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L396)
15627
15627
 
15628
15628
  将对象转换为 query string
15629
15629
 
@@ -15649,7 +15649,7 @@ Defined in: [lib/text.ts:395](https://github.com/maiyunnet/kebab/blob/master/lib
15649
15649
 
15650
15650
  > **queryStringify**(`query`, `options`): `string`
15651
15651
 
15652
- Defined in: [lib/text.ts:401](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L401)
15652
+ Defined in: [lib/text.ts:402](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L402)
15653
15653
 
15654
15654
  将对象转换为 query string
15655
15655
 
@@ -15729,7 +15729,7 @@ lib/text/functions/str2int.md
15729
15729
 
15730
15730
  > **str2int**(`str`, `digits`): `number`
15731
15731
 
15732
- Defined in: [lib/text.ts:670](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L670)
15732
+ Defined in: [lib/text.ts:679](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L679)
15733
15733
 
15734
15734
  为解决精度问题,将字符串数字转换为整数显示
15735
15735
  以下几个示例都是当 digits 为 2 时
@@ -15769,7 +15769,7 @@ lib/text/functions/stringifyBuffer.md
15769
15769
 
15770
15770
  > **stringifyBuffer**(`buf`): `string`
15771
15771
 
15772
- Defined in: [lib/text.ts:593](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L593)
15772
+ Defined in: [lib/text.ts:602](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L602)
15773
15773
 
15774
15774
  输出文本格式的 buffer
15775
15775
 
@@ -15798,7 +15798,7 @@ lib/text/functions/stringifyJson.md
15798
15798
 
15799
15799
  > **stringifyJson**(`obj`, `space?`): `string`
15800
15800
 
15801
- Defined in: [lib/text.ts:580](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L580)
15801
+ Defined in: [lib/text.ts:589](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L589)
15802
15802
 
15803
15803
  将对象转换为 json 字符串,返回 false 代表解析失败,支持 BigInt
15804
15804
 
@@ -15833,7 +15833,7 @@ lib/text/functions/stringifyResult.md
15833
15833
 
15834
15834
  > **stringifyResult**(`rtn`): `string`
15835
15835
 
15836
- Defined in: [lib/text.ts:510](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L510)
15836
+ Defined in: [lib/text.ts:519](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L519)
15837
15837
 
15838
15838
  将普通的返回 JSON 对象序列化为字符串
15839
15839
 
@@ -15862,7 +15862,7 @@ lib/text/functions/trimJson.md
15862
15862
 
15863
15863
  > **trimJson**(`json`): `any`
15864
15864
 
15865
- Defined in: [lib/text.ts:601](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L601)
15865
+ Defined in: [lib/text.ts:610](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L610)
15866
15866
 
15867
15867
  递归删除 json 中的字符串首尾空格,会返回一个新的对象
15868
15868
 
@@ -15889,7 +15889,7 @@ lib/text/functions/urlAtom.md
15889
15889
 
15890
15890
  > **urlAtom**(`url`): `string`
15891
15891
 
15892
- Defined in: [lib/text.ts:194](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L194)
15892
+ Defined in: [lib/text.ts:195](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L195)
15893
15893
 
15894
15894
  将路径中的 ../ ./ 都按规范妥善处理
15895
15895
 
@@ -15918,7 +15918,7 @@ lib/text/functions/urlResolve.md
15918
15918
 
15919
15919
  > **urlResolve**(`from`, `to`): `string`
15920
15920
 
15921
- Defined in: [lib/text.ts:132](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L132)
15921
+ Defined in: [lib/text.ts:133](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L133)
15922
15922
 
15923
15923
  将相对路径根据基准路径进行转换
15924
15924
 
@@ -16011,7 +16011,7 @@ lib/text/interfaces/IDomain.md
16011
16011
 
16012
16012
  # Interface: IDomain
16013
16013
 
16014
- Defined in: [lib/text.ts:276](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L276)
16014
+ Defined in: [lib/text.ts:277](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L277)
16015
16015
 
16016
16016
  解析后的 domain
16017
16017
 
@@ -16021,7 +16021,7 @@ Defined in: [lib/text.ts:276](https://github.com/maiyunnet/kebab/blob/master/lib
16021
16021
 
16022
16022
  > **domain**: `string` \| `null`
16023
16023
 
16024
- Defined in: [lib/text.ts:279](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L279)
16024
+ Defined in: [lib/text.ts:280](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L280)
16025
16025
 
16026
16026
  ***
16027
16027
 
@@ -16029,7 +16029,7 @@ Defined in: [lib/text.ts:279](https://github.com/maiyunnet/kebab/blob/master/lib
16029
16029
 
16030
16030
  > **sld**: `string` \| `null`
16031
16031
 
16032
- Defined in: [lib/text.ts:278](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L278)
16032
+ Defined in: [lib/text.ts:279](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L279)
16033
16033
 
16034
16034
  ***
16035
16035
 
@@ -16037,7 +16037,7 @@ Defined in: [lib/text.ts:278](https://github.com/maiyunnet/kebab/blob/master/lib
16037
16037
 
16038
16038
  > **sub**: `string` \| `null`
16039
16039
 
16040
- Defined in: [lib/text.ts:280](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L280)
16040
+ Defined in: [lib/text.ts:281](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L281)
16041
16041
 
16042
16042
  ***
16043
16043
 
@@ -16045,7 +16045,7 @@ Defined in: [lib/text.ts:280](https://github.com/maiyunnet/kebab/blob/master/lib
16045
16045
 
16046
16046
  > **tld**: `string` \| `null`
16047
16047
 
16048
- Defined in: [lib/text.ts:277](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L277)
16048
+ Defined in: [lib/text.ts:278](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L278)
16049
16049
 
16050
16050
  lib/text/type-aliases/TFalsy.md
16051
16051
  ---
@@ -16060,7 +16060,7 @@ lib/text/type-aliases/TFalsy.md
16060
16060
 
16061
16061
  > **TFalsy** = `false` \| `""` \| `0` \| `null` \| `undefined` \| *typeof* `NaN`
16062
16062
 
16063
- Defined in: [lib/text.ts:633](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L633)
16063
+ Defined in: [lib/text.ts:642](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L642)
16064
16064
 
16065
16065
  虚假值类型
16066
16066
 
@@ -16077,7 +16077,7 @@ lib/text/variables/REGEXP_ASCII.md
16077
16077
 
16078
16078
  > `const` **REGEXP\_ASCII**: `RegExp`
16079
16079
 
16080
- Defined in: [lib/text.ts:249](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L249)
16080
+ Defined in: [lib/text.ts:250](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L250)
16081
16081
 
16082
16082
  可打印的 ascii 字符集
16083
16083
 
@@ -16094,7 +16094,7 @@ lib/text/variables/REGEXP_DOMAIN.md
16094
16094
 
16095
16095
  > `const` **REGEXP\_DOMAIN**: `RegExp`
16096
16096
 
16097
- Defined in: [lib/text.ts:237](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L237)
16097
+ Defined in: [lib/text.ts:238](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L238)
16098
16098
 
16099
16099
  lib/text/variables/REGEXP_EMAIL.md
16100
16100
  ---
@@ -16109,7 +16109,7 @@ lib/text/variables/REGEXP_EMAIL.md
16109
16109
 
16110
16110
  > `const` **REGEXP\_EMAIL**: `RegExp`
16111
16111
 
16112
- Defined in: [lib/text.ts:207](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L207)
16112
+ Defined in: [lib/text.ts:208](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L208)
16113
16113
 
16114
16114
  lib/text/variables/REGEXP_IPV4.md
16115
16115
  ---
@@ -16124,7 +16124,7 @@ lib/text/variables/REGEXP_IPV4.md
16124
16124
 
16125
16125
  > `const` **REGEXP\_IPV4**: `RegExp`
16126
16126
 
16127
- Defined in: [lib/text.ts:217](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L217)
16127
+ Defined in: [lib/text.ts:218](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L218)
16128
16128
 
16129
16129
  lib/text/variables/REGEXP_IPV6.md
16130
16130
  ---
@@ -16139,7 +16139,7 @@ lib/text/variables/REGEXP_IPV6.md
16139
16139
 
16140
16140
  > `const` **REGEXP\_IPV6**: `RegExp`
16141
16141
 
16142
- Defined in: [lib/text.ts:227](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L227)
16142
+ Defined in: [lib/text.ts:228](https://github.com/maiyunnet/kebab/blob/master/lib/text.ts#L228)
16143
16143
 
16144
16144
  lib/time/classes/Time.md
16145
16145
  ---