@daysnap/utils 0.1.29 → 0.1.30
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/docs/classes/Poller.md +9 -9
- package/docs/classes/Storage.md +68 -18
- package/docs/interfaces/EventBusCallback.md +1 -1
- package/docs/interfaces/PollerOptions.md +1 -1
- package/docs/interfaces/StorageManager.md +4 -4
- package/docs/interfaces/Trap.md +5 -5
- package/docs/modules.md +157 -157
- package/es/{chunk-56QUZDMU.js → chunk-SBMDM4VS.js} +36 -8
- package/es/index.js +1 -1
- package/es/storage/index.js +1 -1
- package/es/storage/storage.d.ts +17 -5
- package/es/storage/storage.js +1 -1
- package/lib/{chunk-GQFHHWIV.cjs → chunk-247HC54W.cjs} +36 -8
- package/lib/index.cjs +2 -2
- package/lib/storage/index.cjs +2 -2
- package/lib/storage/storage.cjs +2 -2
- package/lib/storage/storage.d.cts +17 -5
- package/package.json +1 -1
package/docs/modules.md
CHANGED
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
|
|
197
197
|
#### Defined in
|
|
198
198
|
|
|
199
|
-
[poller.ts:7](https://github.com/daysnap/utils/blob/
|
|
199
|
+
[poller.ts:7](https://github.com/daysnap/utils/blob/3629084/src/poller.ts#L7)
|
|
200
200
|
|
|
201
201
|
## Variables
|
|
202
202
|
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
|
|
216
216
|
#### Defined in
|
|
217
217
|
|
|
218
|
-
[eventBus.ts:38](https://github.com/daysnap/utils/blob/
|
|
218
|
+
[eventBus.ts:38](https://github.com/daysnap/utils/blob/3629084/src/eventBus.ts#L38)
|
|
219
219
|
|
|
220
220
|
___
|
|
221
221
|
|
|
@@ -240,7 +240,7 @@ ___
|
|
|
240
240
|
|
|
241
241
|
#### Defined in
|
|
242
242
|
|
|
243
|
-
[sounds.ts:13](https://github.com/daysnap/utils/blob/
|
|
243
|
+
[sounds.ts:13](https://github.com/daysnap/utils/blob/3629084/src/sounds.ts#L13)
|
|
244
244
|
|
|
245
245
|
___
|
|
246
246
|
|
|
@@ -250,7 +250,7 @@ ___
|
|
|
250
250
|
|
|
251
251
|
#### Defined in
|
|
252
252
|
|
|
253
|
-
[trap.ts:15](https://github.com/daysnap/utils/blob/
|
|
253
|
+
[trap.ts:15](https://github.com/daysnap/utils/blob/3629084/src/trap.ts#L15)
|
|
254
254
|
|
|
255
255
|
## Functions
|
|
256
256
|
|
|
@@ -288,7 +288,7 @@ res = { '1': '男', '2': '女' }
|
|
|
288
288
|
|
|
289
289
|
#### Defined in
|
|
290
290
|
|
|
291
|
-
[ato.ts:12](https://github.com/daysnap/utils/blob/
|
|
291
|
+
[ato.ts:12](https://github.com/daysnap/utils/blob/3629084/src/ato.ts#L12)
|
|
292
292
|
|
|
293
293
|
▸ **ato**<`T`, `K`, `V`\>(`options`, `labelKey`, `valueKey`): `Record`<`T`[`K`], `T`[`V`]\>
|
|
294
294
|
|
|
@@ -314,7 +314,7 @@ res = { '1': '男', '2': '女' }
|
|
|
314
314
|
|
|
315
315
|
#### Defined in
|
|
316
316
|
|
|
317
|
-
[ato.ts:16](https://github.com/daysnap/utils/blob/
|
|
317
|
+
[ato.ts:16](https://github.com/daysnap/utils/blob/3629084/src/ato.ts#L16)
|
|
318
318
|
|
|
319
319
|
___
|
|
320
320
|
|
|
@@ -334,7 +334,7 @@ ___
|
|
|
334
334
|
|
|
335
335
|
#### Defined in
|
|
336
336
|
|
|
337
|
-
[decode.ts:41](https://github.com/daysnap/utils/blob/
|
|
337
|
+
[decode.ts:41](https://github.com/daysnap/utils/blob/3629084/src/decode.ts#L41)
|
|
338
338
|
|
|
339
339
|
___
|
|
340
340
|
|
|
@@ -357,7 +357,7 @@ base64 转 blob
|
|
|
357
357
|
|
|
358
358
|
#### Defined in
|
|
359
359
|
|
|
360
|
-
[base64ToBlob.ts:6](https://github.com/daysnap/utils/blob/
|
|
360
|
+
[base64ToBlob.ts:6](https://github.com/daysnap/utils/blob/3629084/src/base64ToBlob.ts#L6)
|
|
361
361
|
|
|
362
362
|
___
|
|
363
363
|
|
|
@@ -379,7 +379,7 @@ blob 转 base64
|
|
|
379
379
|
|
|
380
380
|
#### Defined in
|
|
381
381
|
|
|
382
|
-
[blobToBase64.ts:4](https://github.com/daysnap/utils/blob/
|
|
382
|
+
[blobToBase64.ts:4](https://github.com/daysnap/utils/blob/3629084/src/blobToBase64.ts#L4)
|
|
383
383
|
|
|
384
384
|
___
|
|
385
385
|
|
|
@@ -399,7 +399,7 @@ ___
|
|
|
399
399
|
|
|
400
400
|
#### Defined in
|
|
401
401
|
|
|
402
|
-
[decode.ts:8](https://github.com/daysnap/utils/blob/
|
|
402
|
+
[decode.ts:8](https://github.com/daysnap/utils/blob/3629084/src/decode.ts#L8)
|
|
403
403
|
|
|
404
404
|
___
|
|
405
405
|
|
|
@@ -440,7 +440,7 @@ ___
|
|
|
440
440
|
|
|
441
441
|
#### Defined in
|
|
442
442
|
|
|
443
|
-
[cached.ts:5](https://github.com/daysnap/utils/blob/
|
|
443
|
+
[cached.ts:5](https://github.com/daysnap/utils/blob/3629084/src/cached.ts#L5)
|
|
444
444
|
|
|
445
445
|
___
|
|
446
446
|
|
|
@@ -463,7 +463,7 @@ camelCase('hello-world') => helloWorld
|
|
|
463
463
|
|
|
464
464
|
#### Defined in
|
|
465
465
|
|
|
466
|
-
[camelCase.ts:5](https://github.com/daysnap/utils/blob/
|
|
466
|
+
[camelCase.ts:5](https://github.com/daysnap/utils/blob/3629084/src/camelCase.ts#L5)
|
|
467
467
|
|
|
468
468
|
___
|
|
469
469
|
|
|
@@ -487,7 +487,7 @@ canvas 转 blob 文件
|
|
|
487
487
|
|
|
488
488
|
#### Defined in
|
|
489
489
|
|
|
490
|
-
[canvasToBlob.ts:4](https://github.com/daysnap/utils/blob/
|
|
490
|
+
[canvasToBlob.ts:4](https://github.com/daysnap/utils/blob/3629084/src/canvasToBlob.ts#L4)
|
|
491
491
|
|
|
492
492
|
___
|
|
493
493
|
|
|
@@ -510,7 +510,7 @@ capitalize('hello world') => Hello world
|
|
|
510
510
|
|
|
511
511
|
#### Defined in
|
|
512
512
|
|
|
513
|
-
[capitalize.ts:5](https://github.com/daysnap/utils/blob/
|
|
513
|
+
[capitalize.ts:5](https://github.com/daysnap/utils/blob/3629084/src/capitalize.ts#L5)
|
|
514
514
|
|
|
515
515
|
___
|
|
516
516
|
|
|
@@ -535,7 +535,7 @@ ___
|
|
|
535
535
|
|
|
536
536
|
#### Defined in
|
|
537
537
|
|
|
538
|
-
[chooseMedia.ts:5](https://github.com/daysnap/utils/blob/
|
|
538
|
+
[chooseMedia.ts:5](https://github.com/daysnap/utils/blob/3629084/src/chooseMedia.ts#L5)
|
|
539
539
|
|
|
540
540
|
___
|
|
541
541
|
|
|
@@ -559,7 +559,7 @@ ___
|
|
|
559
559
|
|
|
560
560
|
#### Defined in
|
|
561
561
|
|
|
562
|
-
[clamp.ts:7](https://github.com/daysnap/utils/blob/
|
|
562
|
+
[clamp.ts:7](https://github.com/daysnap/utils/blob/3629084/src/clamp.ts#L7)
|
|
563
563
|
|
|
564
564
|
___
|
|
565
565
|
|
|
@@ -587,7 +587,7 @@ ___
|
|
|
587
587
|
|
|
588
588
|
#### Defined in
|
|
589
589
|
|
|
590
|
-
[clone.ts:8](https://github.com/daysnap/utils/blob/
|
|
590
|
+
[clone.ts:8](https://github.com/daysnap/utils/blob/3629084/src/clone.ts#L8)
|
|
591
591
|
|
|
592
592
|
___
|
|
593
593
|
|
|
@@ -615,7 +615,7 @@ ___
|
|
|
615
615
|
|
|
616
616
|
#### Defined in
|
|
617
617
|
|
|
618
|
-
[cloneSimple.ts:7](https://github.com/daysnap/utils/blob/
|
|
618
|
+
[cloneSimple.ts:7](https://github.com/daysnap/utils/blob/3629084/src/cloneSimple.ts#L7)
|
|
619
619
|
|
|
620
620
|
___
|
|
621
621
|
|
|
@@ -637,7 +637,7 @@ ___
|
|
|
637
637
|
|
|
638
638
|
#### Defined in
|
|
639
639
|
|
|
640
|
-
[createHexColorByHash.ts:4](https://github.com/daysnap/utils/blob/
|
|
640
|
+
[createHexColorByHash.ts:4](https://github.com/daysnap/utils/blob/3629084/src/createHexColorByHash.ts#L4)
|
|
641
641
|
|
|
642
642
|
___
|
|
643
643
|
|
|
@@ -663,7 +663,7 @@ ___
|
|
|
663
663
|
|
|
664
664
|
#### Defined in
|
|
665
665
|
|
|
666
|
-
[compareVersion.ts:9](https://github.com/daysnap/utils/blob/
|
|
666
|
+
[compareVersion.ts:9](https://github.com/daysnap/utils/blob/3629084/src/compareVersion.ts#L9)
|
|
667
667
|
|
|
668
668
|
___
|
|
669
669
|
|
|
@@ -686,7 +686,7 @@ ___
|
|
|
686
686
|
|
|
687
687
|
#### Defined in
|
|
688
688
|
|
|
689
|
-
[compressImage.ts:4](https://github.com/daysnap/utils/blob/
|
|
689
|
+
[compressImage.ts:4](https://github.com/daysnap/utils/blob/3629084/src/compressImage.ts#L4)
|
|
690
690
|
|
|
691
691
|
___
|
|
692
692
|
|
|
@@ -708,7 +708,7 @@ ___
|
|
|
708
708
|
|
|
709
709
|
#### Defined in
|
|
710
710
|
|
|
711
|
-
[crToBr.ts:4](https://github.com/daysnap/utils/blob/
|
|
711
|
+
[crToBr.ts:4](https://github.com/daysnap/utils/blob/3629084/src/crToBr.ts#L4)
|
|
712
712
|
|
|
713
713
|
___
|
|
714
714
|
|
|
@@ -736,7 +736,7 @@ readonly [(`value`: `T`) => `T`, () => `T`]
|
|
|
736
736
|
|
|
737
737
|
#### Defined in
|
|
738
738
|
|
|
739
|
-
[createFactory.ts:4](https://github.com/daysnap/utils/blob/
|
|
739
|
+
[createFactory.ts:4](https://github.com/daysnap/utils/blob/3629084/src/createFactory.ts#L4)
|
|
740
740
|
|
|
741
741
|
___
|
|
742
742
|
|
|
@@ -774,7 +774,7 @@ ___
|
|
|
774
774
|
|
|
775
775
|
#### Defined in
|
|
776
776
|
|
|
777
|
-
[createLinearFunction.ts:9](https://github.com/daysnap/utils/blob/
|
|
777
|
+
[createLinearFunction.ts:9](https://github.com/daysnap/utils/blob/3629084/src/createLinearFunction.ts#L9)
|
|
778
778
|
|
|
779
779
|
___
|
|
780
780
|
|
|
@@ -806,7 +806,7 @@ ___
|
|
|
806
806
|
|
|
807
807
|
#### Defined in
|
|
808
808
|
|
|
809
|
-
[trap.ts:49](https://github.com/daysnap/utils/blob/
|
|
809
|
+
[trap.ts:49](https://github.com/daysnap/utils/blob/3629084/src/trap.ts#L49)
|
|
810
810
|
|
|
811
811
|
___
|
|
812
812
|
|
|
@@ -869,7 +869,7 @@ fn() 执行的时候就会执行showLoading
|
|
|
869
869
|
|
|
870
870
|
#### Defined in
|
|
871
871
|
|
|
872
|
-
[createWithLoading.ts:11](https://github.com/daysnap/utils/blob/
|
|
872
|
+
[createWithLoading.ts:11](https://github.com/daysnap/utils/blob/3629084/src/createWithLoading.ts#L11)
|
|
873
873
|
|
|
874
874
|
___
|
|
875
875
|
|
|
@@ -891,7 +891,7 @@ ___
|
|
|
891
891
|
|
|
892
892
|
#### Defined in
|
|
893
893
|
|
|
894
|
-
[crlfToBr.ts:4](https://github.com/daysnap/utils/blob/
|
|
894
|
+
[crlfToBr.ts:4](https://github.com/daysnap/utils/blob/3629084/src/crlfToBr.ts#L4)
|
|
895
895
|
|
|
896
896
|
___
|
|
897
897
|
|
|
@@ -934,7 +934,7 @@ ___
|
|
|
934
934
|
|
|
935
935
|
#### Defined in
|
|
936
936
|
|
|
937
|
-
[debounce.ts:5](https://github.com/daysnap/utils/blob/
|
|
937
|
+
[debounce.ts:5](https://github.com/daysnap/utils/blob/3629084/src/debounce.ts#L5)
|
|
938
938
|
|
|
939
939
|
___
|
|
940
940
|
|
|
@@ -958,7 +958,7 @@ ___
|
|
|
958
958
|
|
|
959
959
|
#### Defined in
|
|
960
960
|
|
|
961
|
-
[downloadFile.ts:4](https://github.com/daysnap/utils/blob/
|
|
961
|
+
[downloadFile.ts:4](https://github.com/daysnap/utils/blob/3629084/src/downloadFile.ts#L4)
|
|
962
962
|
|
|
963
963
|
___
|
|
964
964
|
|
|
@@ -987,7 +987,7 @@ ___
|
|
|
987
987
|
|
|
988
988
|
#### Defined in
|
|
989
989
|
|
|
990
|
-
[each.ts:4](https://github.com/daysnap/utils/blob/
|
|
990
|
+
[each.ts:4](https://github.com/daysnap/utils/blob/3629084/src/each.ts#L4)
|
|
991
991
|
|
|
992
992
|
▸ **each**<`T`\>(`data`, `callback`): `void`
|
|
993
993
|
|
|
@@ -1010,7 +1010,7 @@ ___
|
|
|
1010
1010
|
|
|
1011
1011
|
#### Defined in
|
|
1012
1012
|
|
|
1013
|
-
[each.ts:8](https://github.com/daysnap/utils/blob/
|
|
1013
|
+
[each.ts:8](https://github.com/daysnap/utils/blob/3629084/src/each.ts#L8)
|
|
1014
1014
|
|
|
1015
1015
|
___
|
|
1016
1016
|
|
|
@@ -1028,7 +1028,7 @@ ___
|
|
|
1028
1028
|
|
|
1029
1029
|
#### Defined in
|
|
1030
1030
|
|
|
1031
|
-
[exitFullscreen.ts:6](https://github.com/daysnap/utils/blob/
|
|
1031
|
+
[exitFullscreen.ts:6](https://github.com/daysnap/utils/blob/3629084/src/exitFullscreen.ts#L6)
|
|
1032
1032
|
|
|
1033
1033
|
___
|
|
1034
1034
|
|
|
@@ -1057,7 +1057,7 @@ ___
|
|
|
1057
1057
|
|
|
1058
1058
|
#### Defined in
|
|
1059
1059
|
|
|
1060
|
-
[storage/factory.ts:11](https://github.com/daysnap/utils/blob/
|
|
1060
|
+
[storage/factory.ts:11](https://github.com/daysnap/utils/blob/3629084/src/storage/factory.ts#L11)
|
|
1061
1061
|
|
|
1062
1062
|
___
|
|
1063
1063
|
|
|
@@ -1079,7 +1079,7 @@ ___
|
|
|
1079
1079
|
|
|
1080
1080
|
#### Defined in
|
|
1081
1081
|
|
|
1082
|
-
[filterBankCardNo.ts:4](https://github.com/daysnap/utils/blob/
|
|
1082
|
+
[filterBankCardNo.ts:4](https://github.com/daysnap/utils/blob/3629084/src/filterBankCardNo.ts#L4)
|
|
1083
1083
|
|
|
1084
1084
|
___
|
|
1085
1085
|
|
|
@@ -1109,7 +1109,7 @@ ___
|
|
|
1109
1109
|
|
|
1110
1110
|
#### Defined in
|
|
1111
1111
|
|
|
1112
|
-
[crlfToBr.ts:12](https://github.com/daysnap/utils/blob/
|
|
1112
|
+
[crlfToBr.ts:12](https://github.com/daysnap/utils/blob/3629084/src/crlfToBr.ts#L12)
|
|
1113
1113
|
|
|
1114
1114
|
___
|
|
1115
1115
|
|
|
@@ -1131,7 +1131,7 @@ ___
|
|
|
1131
1131
|
|
|
1132
1132
|
#### Defined in
|
|
1133
1133
|
|
|
1134
|
-
[filterEmoji.ts:4](https://github.com/daysnap/utils/blob/
|
|
1134
|
+
[filterEmoji.ts:4](https://github.com/daysnap/utils/blob/3629084/src/filterEmoji.ts#L4)
|
|
1135
1135
|
|
|
1136
1136
|
___
|
|
1137
1137
|
|
|
@@ -1154,7 +1154,7 @@ ___
|
|
|
1154
1154
|
|
|
1155
1155
|
#### Defined in
|
|
1156
1156
|
|
|
1157
|
-
[filterEmptyValue.ts:12](https://github.com/daysnap/utils/blob/
|
|
1157
|
+
[filterEmptyValue.ts:12](https://github.com/daysnap/utils/blob/3629084/src/filterEmptyValue.ts#L12)
|
|
1158
1158
|
|
|
1159
1159
|
___
|
|
1160
1160
|
|
|
@@ -1177,7 +1177,7 @@ ___
|
|
|
1177
1177
|
|
|
1178
1178
|
#### Defined in
|
|
1179
1179
|
|
|
1180
|
-
[filterIdCard.ts:5](https://github.com/daysnap/utils/blob/
|
|
1180
|
+
[filterIdCard.ts:5](https://github.com/daysnap/utils/blob/3629084/src/filterIdCard.ts#L5)
|
|
1181
1181
|
|
|
1182
1182
|
___
|
|
1183
1183
|
|
|
@@ -1199,7 +1199,7 @@ ___
|
|
|
1199
1199
|
|
|
1200
1200
|
#### Defined in
|
|
1201
1201
|
|
|
1202
|
-
[filterName.ts:4](https://github.com/daysnap/utils/blob/
|
|
1202
|
+
[filterName.ts:4](https://github.com/daysnap/utils/blob/3629084/src/filterName.ts#L4)
|
|
1203
1203
|
|
|
1204
1204
|
___
|
|
1205
1205
|
|
|
@@ -1224,7 +1224,7 @@ filterPhone('13177778888', ' ') => 131 **** 8888
|
|
|
1224
1224
|
|
|
1225
1225
|
#### Defined in
|
|
1226
1226
|
|
|
1227
|
-
[filterPhone.ts:6](https://github.com/daysnap/utils/blob/
|
|
1227
|
+
[filterPhone.ts:6](https://github.com/daysnap/utils/blob/3629084/src/filterPhone.ts#L6)
|
|
1228
1228
|
|
|
1229
1229
|
___
|
|
1230
1230
|
|
|
@@ -1251,7 +1251,7 @@ str = '131****8888'
|
|
|
1251
1251
|
|
|
1252
1252
|
#### Defined in
|
|
1253
1253
|
|
|
1254
|
-
[filterString.ts:6](https://github.com/daysnap/utils/blob/
|
|
1254
|
+
[filterString.ts:6](https://github.com/daysnap/utils/blob/3629084/src/filterString.ts#L6)
|
|
1255
1255
|
|
|
1256
1256
|
___
|
|
1257
1257
|
|
|
@@ -1274,7 +1274,7 @@ ___
|
|
|
1274
1274
|
|
|
1275
1275
|
#### Defined in
|
|
1276
1276
|
|
|
1277
|
-
[formatAmount.ts:4](https://github.com/daysnap/utils/blob/
|
|
1277
|
+
[formatAmount.ts:4](https://github.com/daysnap/utils/blob/3629084/src/formatAmount.ts#L4)
|
|
1278
1278
|
|
|
1279
1279
|
___
|
|
1280
1280
|
|
|
@@ -1298,7 +1298,7 @@ ___
|
|
|
1298
1298
|
|
|
1299
1299
|
#### Defined in
|
|
1300
1300
|
|
|
1301
|
-
[formatDate.ts:7](https://github.com/daysnap/utils/blob/
|
|
1301
|
+
[formatDate.ts:7](https://github.com/daysnap/utils/blob/3629084/src/formatDate.ts#L7)
|
|
1302
1302
|
|
|
1303
1303
|
___
|
|
1304
1304
|
|
|
@@ -1329,7 +1329,7 @@ fix iOS 日期时间格式如果是 - 就会报错的问题
|
|
|
1329
1329
|
|
|
1330
1330
|
#### Defined in
|
|
1331
1331
|
|
|
1332
|
-
[formatDateStr.ts:6](https://github.com/daysnap/utils/blob/
|
|
1332
|
+
[formatDateStr.ts:6](https://github.com/daysnap/utils/blob/3629084/src/formatDateStr.ts#L6)
|
|
1333
1333
|
|
|
1334
1334
|
___
|
|
1335
1335
|
|
|
@@ -1349,7 +1349,7 @@ ___
|
|
|
1349
1349
|
|
|
1350
1350
|
#### Defined in
|
|
1351
1351
|
|
|
1352
|
-
[formartDateToZN.ts:4](https://github.com/daysnap/utils/blob/
|
|
1352
|
+
[formartDateToZN.ts:4](https://github.com/daysnap/utils/blob/3629084/src/formartDateToZN.ts#L4)
|
|
1353
1353
|
|
|
1354
1354
|
___
|
|
1355
1355
|
|
|
@@ -1372,7 +1372,7 @@ ___
|
|
|
1372
1372
|
|
|
1373
1373
|
#### Defined in
|
|
1374
1374
|
|
|
1375
|
-
[formatFileSize.ts:4](https://github.com/daysnap/utils/blob/
|
|
1375
|
+
[formatFileSize.ts:4](https://github.com/daysnap/utils/blob/3629084/src/formatFileSize.ts#L4)
|
|
1376
1376
|
|
|
1377
1377
|
___
|
|
1378
1378
|
|
|
@@ -1395,7 +1395,7 @@ yyyyMMdd -> yyyy-MM-dd
|
|
|
1395
1395
|
|
|
1396
1396
|
#### Defined in
|
|
1397
1397
|
|
|
1398
|
-
[formatGapDate.ts:4](https://github.com/daysnap/utils/blob/
|
|
1398
|
+
[formatGapDate.ts:4](https://github.com/daysnap/utils/blob/3629084/src/formatGapDate.ts#L4)
|
|
1399
1399
|
|
|
1400
1400
|
___
|
|
1401
1401
|
|
|
@@ -1420,7 +1420,7 @@ formatMessage({ a: '123', b: { ba: '456' } }, ['b.ba']) => '456'
|
|
|
1420
1420
|
|
|
1421
1421
|
#### Defined in
|
|
1422
1422
|
|
|
1423
|
-
[formatMessage.ts:11](https://github.com/daysnap/utils/blob/
|
|
1423
|
+
[formatMessage.ts:11](https://github.com/daysnap/utils/blob/3629084/src/formatMessage.ts#L11)
|
|
1424
1424
|
|
|
1425
1425
|
___
|
|
1426
1426
|
|
|
@@ -1452,7 +1452,7 @@ rest = { xxx: 1 }
|
|
|
1452
1452
|
|
|
1453
1453
|
#### Defined in
|
|
1454
1454
|
|
|
1455
|
-
[formatPathParams.ts:8](https://github.com/daysnap/utils/blob/
|
|
1455
|
+
[formatPathParams.ts:8](https://github.com/daysnap/utils/blob/3629084/src/formatPathParams.ts#L8)
|
|
1456
1456
|
|
|
1457
1457
|
___
|
|
1458
1458
|
|
|
@@ -1474,7 +1474,7 @@ ___
|
|
|
1474
1474
|
|
|
1475
1475
|
#### Defined in
|
|
1476
1476
|
|
|
1477
|
-
[getBlobByUrl.ts:4](https://github.com/daysnap/utils/blob/
|
|
1477
|
+
[getBlobByUrl.ts:4](https://github.com/daysnap/utils/blob/3629084/src/getBlobByUrl.ts#L4)
|
|
1478
1478
|
|
|
1479
1479
|
___
|
|
1480
1480
|
|
|
@@ -1497,7 +1497,7 @@ ___
|
|
|
1497
1497
|
|
|
1498
1498
|
#### Defined in
|
|
1499
1499
|
|
|
1500
|
-
[storage/index.ts:10](https://github.com/daysnap/utils/blob/
|
|
1500
|
+
[storage/index.ts:10](https://github.com/daysnap/utils/blob/3629084/src/storage/index.ts#L10)
|
|
1501
1501
|
|
|
1502
1502
|
___
|
|
1503
1503
|
|
|
@@ -1520,7 +1520,7 @@ ___
|
|
|
1520
1520
|
|
|
1521
1521
|
#### Defined in
|
|
1522
1522
|
|
|
1523
|
-
[getDateBoundsByMonths.ts:8](https://github.com/daysnap/utils/blob/
|
|
1523
|
+
[getDateBoundsByMonths.ts:8](https://github.com/daysnap/utils/blob/3629084/src/getDateBoundsByMonths.ts#L8)
|
|
1524
1524
|
|
|
1525
1525
|
▸ **getDateBoundsByMonths**(`monthsCount`, `date`, `fmt`): [`string`, `string`]
|
|
1526
1526
|
|
|
@@ -1538,7 +1538,7 @@ ___
|
|
|
1538
1538
|
|
|
1539
1539
|
#### Defined in
|
|
1540
1540
|
|
|
1541
|
-
[getDateBoundsByMonths.ts:12](https://github.com/daysnap/utils/blob/
|
|
1541
|
+
[getDateBoundsByMonths.ts:12](https://github.com/daysnap/utils/blob/3629084/src/getDateBoundsByMonths.ts#L12)
|
|
1542
1542
|
|
|
1543
1543
|
___
|
|
1544
1544
|
|
|
@@ -1560,7 +1560,7 @@ ___
|
|
|
1560
1560
|
|
|
1561
1561
|
#### Defined in
|
|
1562
1562
|
|
|
1563
|
-
[getDayMillisecond.ts:4](https://github.com/daysnap/utils/blob/
|
|
1563
|
+
[getDayMillisecond.ts:4](https://github.com/daysnap/utils/blob/3629084/src/getDayMillisecond.ts#L4)
|
|
1564
1564
|
|
|
1565
1565
|
___
|
|
1566
1566
|
|
|
@@ -1583,7 +1583,7 @@ ___
|
|
|
1583
1583
|
|
|
1584
1584
|
#### Defined in
|
|
1585
1585
|
|
|
1586
|
-
[getDaysOfMonth.ts:4](https://github.com/daysnap/utils/blob/
|
|
1586
|
+
[getDaysOfMonth.ts:4](https://github.com/daysnap/utils/blob/3629084/src/getDaysOfMonth.ts#L4)
|
|
1587
1587
|
|
|
1588
1588
|
___
|
|
1589
1589
|
|
|
@@ -1606,7 +1606,7 @@ ___
|
|
|
1606
1606
|
|
|
1607
1607
|
#### Defined in
|
|
1608
1608
|
|
|
1609
|
-
[getImageInfo.ts:4](https://github.com/daysnap/utils/blob/
|
|
1609
|
+
[getImageInfo.ts:4](https://github.com/daysnap/utils/blob/3629084/src/getImageInfo.ts#L4)
|
|
1610
1610
|
|
|
1611
1611
|
___
|
|
1612
1612
|
|
|
@@ -1629,7 +1629,7 @@ ___
|
|
|
1629
1629
|
|
|
1630
1630
|
#### Defined in
|
|
1631
1631
|
|
|
1632
|
-
[storage/index.ts:10](https://github.com/daysnap/utils/blob/
|
|
1632
|
+
[storage/index.ts:10](https://github.com/daysnap/utils/blob/3629084/src/storage/index.ts#L10)
|
|
1633
1633
|
|
|
1634
1634
|
___
|
|
1635
1635
|
|
|
@@ -1651,7 +1651,7 @@ ___
|
|
|
1651
1651
|
|
|
1652
1652
|
#### Defined in
|
|
1653
1653
|
|
|
1654
|
-
[getMonthBounds.ts:7](https://github.com/daysnap/utils/blob/
|
|
1654
|
+
[getMonthBounds.ts:7](https://github.com/daysnap/utils/blob/3629084/src/getMonthBounds.ts#L7)
|
|
1655
1655
|
|
|
1656
1656
|
▸ **getMonthBounds**(`value`, `fmt`): [`string`, `string`]
|
|
1657
1657
|
|
|
@@ -1668,7 +1668,7 @@ ___
|
|
|
1668
1668
|
|
|
1669
1669
|
#### Defined in
|
|
1670
1670
|
|
|
1671
|
-
[getMonthBounds.ts:8](https://github.com/daysnap/utils/blob/
|
|
1671
|
+
[getMonthBounds.ts:8](https://github.com/daysnap/utils/blob/3629084/src/getMonthBounds.ts#L8)
|
|
1672
1672
|
|
|
1673
1673
|
___
|
|
1674
1674
|
|
|
@@ -1691,7 +1691,7 @@ ___
|
|
|
1691
1691
|
|
|
1692
1692
|
#### Defined in
|
|
1693
1693
|
|
|
1694
|
-
[getRandom.ts:7](https://github.com/daysnap/utils/blob/
|
|
1694
|
+
[getRandom.ts:7](https://github.com/daysnap/utils/blob/3629084/src/getRandom.ts#L7)
|
|
1695
1695
|
|
|
1696
1696
|
___
|
|
1697
1697
|
|
|
@@ -1707,7 +1707,7 @@ ___
|
|
|
1707
1707
|
|
|
1708
1708
|
#### Defined in
|
|
1709
1709
|
|
|
1710
|
-
[getRandomColor.ts:4](https://github.com/daysnap/utils/blob/
|
|
1710
|
+
[getRandomColor.ts:4](https://github.com/daysnap/utils/blob/3629084/src/getRandomColor.ts#L4)
|
|
1711
1711
|
|
|
1712
1712
|
___
|
|
1713
1713
|
|
|
@@ -1729,7 +1729,7 @@ ___
|
|
|
1729
1729
|
|
|
1730
1730
|
#### Defined in
|
|
1731
1731
|
|
|
1732
|
-
[getRandomNumber.ts:7](https://github.com/daysnap/utils/blob/
|
|
1732
|
+
[getRandomNumber.ts:7](https://github.com/daysnap/utils/blob/3629084/src/getRandomNumber.ts#L7)
|
|
1733
1733
|
|
|
1734
1734
|
___
|
|
1735
1735
|
|
|
@@ -1752,7 +1752,7 @@ ___
|
|
|
1752
1752
|
|
|
1753
1753
|
#### Defined in
|
|
1754
1754
|
|
|
1755
|
-
[getRangeDate.ts:7](https://github.com/daysnap/utils/blob/
|
|
1755
|
+
[getRangeDate.ts:7](https://github.com/daysnap/utils/blob/3629084/src/getRangeDate.ts#L7)
|
|
1756
1756
|
|
|
1757
1757
|
▸ **getRangeDate**(`sv`, `ev`, `fmt`): `string`[]
|
|
1758
1758
|
|
|
@@ -1770,7 +1770,7 @@ ___
|
|
|
1770
1770
|
|
|
1771
1771
|
#### Defined in
|
|
1772
1772
|
|
|
1773
|
-
[getRangeDate.ts:11](https://github.com/daysnap/utils/blob/
|
|
1773
|
+
[getRangeDate.ts:11](https://github.com/daysnap/utils/blob/3629084/src/getRangeDate.ts#L11)
|
|
1774
1774
|
|
|
1775
1775
|
___
|
|
1776
1776
|
|
|
@@ -1786,7 +1786,7 @@ ___
|
|
|
1786
1786
|
|
|
1787
1787
|
#### Defined in
|
|
1788
1788
|
|
|
1789
|
-
[getScrollTop.ts:4](https://github.com/daysnap/utils/blob/
|
|
1789
|
+
[getScrollTop.ts:4](https://github.com/daysnap/utils/blob/3629084/src/getScrollTop.ts#L4)
|
|
1790
1790
|
|
|
1791
1791
|
___
|
|
1792
1792
|
|
|
@@ -1808,7 +1808,7 @@ ___
|
|
|
1808
1808
|
|
|
1809
1809
|
#### Defined in
|
|
1810
1810
|
|
|
1811
|
-
[getVideoInfo.ts:4](https://github.com/daysnap/utils/blob/
|
|
1811
|
+
[getVideoInfo.ts:4](https://github.com/daysnap/utils/blob/3629084/src/getVideoInfo.ts#L4)
|
|
1812
1812
|
|
|
1813
1813
|
___
|
|
1814
1814
|
|
|
@@ -1831,7 +1831,7 @@ ___
|
|
|
1831
1831
|
|
|
1832
1832
|
#### Defined in
|
|
1833
1833
|
|
|
1834
|
-
[getWeekBounds.ts:7](https://github.com/daysnap/utils/blob/
|
|
1834
|
+
[getWeekBounds.ts:7](https://github.com/daysnap/utils/blob/3629084/src/getWeekBounds.ts#L7)
|
|
1835
1835
|
|
|
1836
1836
|
▸ **getWeekBounds**(`value`, `sundayIsFirstDay`, `fmt`): [`string`, `string`]
|
|
1837
1837
|
|
|
@@ -1849,7 +1849,7 @@ ___
|
|
|
1849
1849
|
|
|
1850
1850
|
#### Defined in
|
|
1851
1851
|
|
|
1852
|
-
[getWeekBounds.ts:11](https://github.com/daysnap/utils/blob/
|
|
1852
|
+
[getWeekBounds.ts:11](https://github.com/daysnap/utils/blob/3629084/src/getWeekBounds.ts#L11)
|
|
1853
1853
|
|
|
1854
1854
|
___
|
|
1855
1855
|
|
|
@@ -1872,7 +1872,7 @@ ___
|
|
|
1872
1872
|
|
|
1873
1873
|
#### Defined in
|
|
1874
1874
|
|
|
1875
|
-
[getWeekday.ts:6](https://github.com/daysnap/utils/blob/
|
|
1875
|
+
[getWeekday.ts:6](https://github.com/daysnap/utils/blob/3629084/src/getWeekday.ts#L6)
|
|
1876
1876
|
|
|
1877
1877
|
___
|
|
1878
1878
|
|
|
@@ -1888,7 +1888,7 @@ ___
|
|
|
1888
1888
|
|
|
1889
1889
|
#### Defined in
|
|
1890
1890
|
|
|
1891
|
-
[inBrowser.ts:4](https://github.com/daysnap/utils/blob/
|
|
1891
|
+
[inBrowser.ts:4](https://github.com/daysnap/utils/blob/3629084/src/inBrowser.ts#L4)
|
|
1892
1892
|
|
|
1893
1893
|
___
|
|
1894
1894
|
|
|
@@ -1910,7 +1910,7 @@ ___
|
|
|
1910
1910
|
|
|
1911
1911
|
#### Defined in
|
|
1912
1912
|
|
|
1913
|
-
[insertLink.ts:4](https://github.com/daysnap/utils/blob/
|
|
1913
|
+
[insertLink.ts:4](https://github.com/daysnap/utils/blob/3629084/src/insertLink.ts#L4)
|
|
1914
1914
|
|
|
1915
1915
|
▸ **insertLink**(`href`, `callback`): `void`
|
|
1916
1916
|
|
|
@@ -1927,7 +1927,7 @@ ___
|
|
|
1927
1927
|
|
|
1928
1928
|
#### Defined in
|
|
1929
1929
|
|
|
1930
|
-
[insertLink.ts:5](https://github.com/daysnap/utils/blob/
|
|
1930
|
+
[insertLink.ts:5](https://github.com/daysnap/utils/blob/3629084/src/insertLink.ts#L5)
|
|
1931
1931
|
|
|
1932
1932
|
___
|
|
1933
1933
|
|
|
@@ -1949,7 +1949,7 @@ ___
|
|
|
1949
1949
|
|
|
1950
1950
|
#### Defined in
|
|
1951
1951
|
|
|
1952
|
-
[insertScript.ts:4](https://github.com/daysnap/utils/blob/
|
|
1952
|
+
[insertScript.ts:4](https://github.com/daysnap/utils/blob/3629084/src/insertScript.ts#L4)
|
|
1953
1953
|
|
|
1954
1954
|
▸ **insertScript**(`src`, `callback`): `void`
|
|
1955
1955
|
|
|
@@ -1966,7 +1966,7 @@ ___
|
|
|
1966
1966
|
|
|
1967
1967
|
#### Defined in
|
|
1968
1968
|
|
|
1969
|
-
[insertScript.ts:5](https://github.com/daysnap/utils/blob/
|
|
1969
|
+
[insertScript.ts:5](https://github.com/daysnap/utils/blob/3629084/src/insertScript.ts#L5)
|
|
1970
1970
|
|
|
1971
1971
|
___
|
|
1972
1972
|
|
|
@@ -1988,7 +1988,7 @@ ___
|
|
|
1988
1988
|
|
|
1989
1989
|
#### Defined in
|
|
1990
1990
|
|
|
1991
|
-
[insertStyle.ts:4](https://github.com/daysnap/utils/blob/
|
|
1991
|
+
[insertStyle.ts:4](https://github.com/daysnap/utils/blob/3629084/src/insertStyle.ts#L4)
|
|
1992
1992
|
|
|
1993
1993
|
___
|
|
1994
1994
|
|
|
@@ -2017,7 +2017,7 @@ isAmount('1.123') => false
|
|
|
2017
2017
|
|
|
2018
2018
|
#### Defined in
|
|
2019
2019
|
|
|
2020
|
-
[isAmount.ts:11](https://github.com/daysnap/utils/blob/
|
|
2020
|
+
[isAmount.ts:11](https://github.com/daysnap/utils/blob/3629084/src/isAmount.ts#L11)
|
|
2021
2021
|
|
|
2022
2022
|
___
|
|
2023
2023
|
|
|
@@ -2033,7 +2033,7 @@ ___
|
|
|
2033
2033
|
|
|
2034
2034
|
#### Defined in
|
|
2035
2035
|
|
|
2036
|
-
[isAndroid.ts:4](https://github.com/daysnap/utils/blob/
|
|
2036
|
+
[isAndroid.ts:4](https://github.com/daysnap/utils/blob/3629084/src/isAndroid.ts#L4)
|
|
2037
2037
|
|
|
2038
2038
|
___
|
|
2039
2039
|
|
|
@@ -2057,7 +2057,7 @@ val is any[]
|
|
|
2057
2057
|
|
|
2058
2058
|
#### Defined in
|
|
2059
2059
|
|
|
2060
|
-
[isArray.ts:6](https://github.com/daysnap/utils/blob/
|
|
2060
|
+
[isArray.ts:6](https://github.com/daysnap/utils/blob/3629084/src/isArray.ts#L6)
|
|
2061
2061
|
|
|
2062
2062
|
___
|
|
2063
2063
|
|
|
@@ -2079,7 +2079,7 @@ val is boolean
|
|
|
2079
2079
|
|
|
2080
2080
|
#### Defined in
|
|
2081
2081
|
|
|
2082
|
-
[isBoolean.ts:5](https://github.com/daysnap/utils/blob/
|
|
2082
|
+
[isBoolean.ts:5](https://github.com/daysnap/utils/blob/3629084/src/isBoolean.ts#L5)
|
|
2083
2083
|
|
|
2084
2084
|
___
|
|
2085
2085
|
|
|
@@ -2101,7 +2101,7 @@ ___
|
|
|
2101
2101
|
|
|
2102
2102
|
#### Defined in
|
|
2103
2103
|
|
|
2104
|
-
[isChinese.ts:4](https://github.com/daysnap/utils/blob/
|
|
2104
|
+
[isChinese.ts:4](https://github.com/daysnap/utils/blob/3629084/src/isChinese.ts#L4)
|
|
2105
2105
|
|
|
2106
2106
|
___
|
|
2107
2107
|
|
|
@@ -2123,7 +2123,7 @@ val is Date
|
|
|
2123
2123
|
|
|
2124
2124
|
#### Defined in
|
|
2125
2125
|
|
|
2126
|
-
[isDate.ts:4](https://github.com/daysnap/utils/blob/
|
|
2126
|
+
[isDate.ts:4](https://github.com/daysnap/utils/blob/3629084/src/isDate.ts#L4)
|
|
2127
2127
|
|
|
2128
2128
|
___
|
|
2129
2129
|
|
|
@@ -2145,7 +2145,7 @@ ___
|
|
|
2145
2145
|
|
|
2146
2146
|
#### Defined in
|
|
2147
2147
|
|
|
2148
|
-
[isEmail.ts:4](https://github.com/daysnap/utils/blob/
|
|
2148
|
+
[isEmail.ts:4](https://github.com/daysnap/utils/blob/3629084/src/isEmail.ts#L4)
|
|
2149
2149
|
|
|
2150
2150
|
___
|
|
2151
2151
|
|
|
@@ -2167,7 +2167,7 @@ ___
|
|
|
2167
2167
|
|
|
2168
2168
|
#### Defined in
|
|
2169
2169
|
|
|
2170
|
-
[isEmpty.ts:6](https://github.com/daysnap/utils/blob/
|
|
2170
|
+
[isEmpty.ts:6](https://github.com/daysnap/utils/blob/3629084/src/isEmpty.ts#L6)
|
|
2171
2171
|
|
|
2172
2172
|
___
|
|
2173
2173
|
|
|
@@ -2189,7 +2189,7 @@ ___
|
|
|
2189
2189
|
|
|
2190
2190
|
#### Defined in
|
|
2191
2191
|
|
|
2192
|
-
[isEmptyArray.ts:6](https://github.com/daysnap/utils/blob/
|
|
2192
|
+
[isEmptyArray.ts:6](https://github.com/daysnap/utils/blob/3629084/src/isEmptyArray.ts#L6)
|
|
2193
2193
|
|
|
2194
2194
|
___
|
|
2195
2195
|
|
|
@@ -2211,7 +2211,7 @@ ___
|
|
|
2211
2211
|
|
|
2212
2212
|
#### Defined in
|
|
2213
2213
|
|
|
2214
|
-
[isEmptyObject.ts:5](https://github.com/daysnap/utils/blob/
|
|
2214
|
+
[isEmptyObject.ts:5](https://github.com/daysnap/utils/blob/3629084/src/isEmptyObject.ts#L5)
|
|
2215
2215
|
|
|
2216
2216
|
___
|
|
2217
2217
|
|
|
@@ -2233,7 +2233,7 @@ val is Error
|
|
|
2233
2233
|
|
|
2234
2234
|
#### Defined in
|
|
2235
2235
|
|
|
2236
|
-
[isError.ts:4](https://github.com/daysnap/utils/blob/
|
|
2236
|
+
[isError.ts:4](https://github.com/daysnap/utils/blob/3629084/src/isError.ts#L4)
|
|
2237
2237
|
|
|
2238
2238
|
___
|
|
2239
2239
|
|
|
@@ -2255,7 +2255,7 @@ val is Function
|
|
|
2255
2255
|
|
|
2256
2256
|
#### Defined in
|
|
2257
2257
|
|
|
2258
|
-
[isFunction.ts:4](https://github.com/daysnap/utils/blob/
|
|
2258
|
+
[isFunction.ts:4](https://github.com/daysnap/utils/blob/3629084/src/isFunction.ts#L4)
|
|
2259
2259
|
|
|
2260
2260
|
___
|
|
2261
2261
|
|
|
@@ -2273,7 +2273,7 @@ ___
|
|
|
2273
2273
|
|
|
2274
2274
|
#### Defined in
|
|
2275
2275
|
|
|
2276
|
-
[isIE.ts:6](https://github.com/daysnap/utils/blob/
|
|
2276
|
+
[isIE.ts:6](https://github.com/daysnap/utils/blob/3629084/src/isIE.ts#L6)
|
|
2277
2277
|
|
|
2278
2278
|
___
|
|
2279
2279
|
|
|
@@ -2289,7 +2289,7 @@ ___
|
|
|
2289
2289
|
|
|
2290
2290
|
#### Defined in
|
|
2291
2291
|
|
|
2292
|
-
[isIOS.ts:4](https://github.com/daysnap/utils/blob/
|
|
2292
|
+
[isIOS.ts:4](https://github.com/daysnap/utils/blob/3629084/src/isIOS.ts#L4)
|
|
2293
2293
|
|
|
2294
2294
|
___
|
|
2295
2295
|
|
|
@@ -2311,7 +2311,7 @@ ___
|
|
|
2311
2311
|
|
|
2312
2312
|
#### Defined in
|
|
2313
2313
|
|
|
2314
|
-
[isIdCard.ts:4](https://github.com/daysnap/utils/blob/
|
|
2314
|
+
[isIdCard.ts:4](https://github.com/daysnap/utils/blob/3629084/src/isIdCard.ts#L4)
|
|
2315
2315
|
|
|
2316
2316
|
___
|
|
2317
2317
|
|
|
@@ -2333,7 +2333,7 @@ ___
|
|
|
2333
2333
|
|
|
2334
2334
|
#### Defined in
|
|
2335
2335
|
|
|
2336
|
-
[isJSONString.ts:7](https://github.com/daysnap/utils/blob/
|
|
2336
|
+
[isJSONString.ts:7](https://github.com/daysnap/utils/blob/3629084/src/isJSONString.ts#L7)
|
|
2337
2337
|
|
|
2338
2338
|
___
|
|
2339
2339
|
|
|
@@ -2355,7 +2355,7 @@ ___
|
|
|
2355
2355
|
|
|
2356
2356
|
#### Defined in
|
|
2357
2357
|
|
|
2358
|
-
[isLan.ts:5](https://github.com/daysnap/utils/blob/
|
|
2358
|
+
[isLan.ts:5](https://github.com/daysnap/utils/blob/3629084/src/isLan.ts#L5)
|
|
2359
2359
|
|
|
2360
2360
|
___
|
|
2361
2361
|
|
|
@@ -2378,7 +2378,7 @@ ___
|
|
|
2378
2378
|
|
|
2379
2379
|
#### Defined in
|
|
2380
2380
|
|
|
2381
|
-
[isLeapYear.ts:5](https://github.com/daysnap/utils/blob/
|
|
2381
|
+
[isLeapYear.ts:5](https://github.com/daysnap/utils/blob/3629084/src/isLeapYear.ts#L5)
|
|
2382
2382
|
|
|
2383
2383
|
___
|
|
2384
2384
|
|
|
@@ -2400,7 +2400,7 @@ ___
|
|
|
2400
2400
|
|
|
2401
2401
|
#### Defined in
|
|
2402
2402
|
|
|
2403
|
-
[isLicenseCode.ts:5](https://github.com/daysnap/utils/blob/
|
|
2403
|
+
[isLicenseCode.ts:5](https://github.com/daysnap/utils/blob/3629084/src/isLicenseCode.ts#L5)
|
|
2404
2404
|
|
|
2405
2405
|
___
|
|
2406
2406
|
|
|
@@ -2416,7 +2416,7 @@ ___
|
|
|
2416
2416
|
|
|
2417
2417
|
#### Defined in
|
|
2418
2418
|
|
|
2419
|
-
[isMobile.ts:4](https://github.com/daysnap/utils/blob/
|
|
2419
|
+
[isMobile.ts:4](https://github.com/daysnap/utils/blob/3629084/src/isMobile.ts#L4)
|
|
2420
2420
|
|
|
2421
2421
|
___
|
|
2422
2422
|
|
|
@@ -2439,7 +2439,7 @@ ___
|
|
|
2439
2439
|
|
|
2440
2440
|
#### Defined in
|
|
2441
2441
|
|
|
2442
|
-
[isNativeFunction.ts:7](https://github.com/daysnap/utils/blob/
|
|
2442
|
+
[isNativeFunction.ts:7](https://github.com/daysnap/utils/blob/3629084/src/isNativeFunction.ts#L7)
|
|
2443
2443
|
|
|
2444
2444
|
___
|
|
2445
2445
|
|
|
@@ -2461,7 +2461,7 @@ val is null
|
|
|
2461
2461
|
|
|
2462
2462
|
#### Defined in
|
|
2463
2463
|
|
|
2464
|
-
[isNull.ts:4](https://github.com/daysnap/utils/blob/
|
|
2464
|
+
[isNull.ts:4](https://github.com/daysnap/utils/blob/3629084/src/isNull.ts#L4)
|
|
2465
2465
|
|
|
2466
2466
|
___
|
|
2467
2467
|
|
|
@@ -2483,7 +2483,7 @@ val is number
|
|
|
2483
2483
|
|
|
2484
2484
|
#### Defined in
|
|
2485
2485
|
|
|
2486
|
-
[isNumber.ts:5](https://github.com/daysnap/utils/blob/
|
|
2486
|
+
[isNumber.ts:5](https://github.com/daysnap/utils/blob/3629084/src/isNumber.ts#L5)
|
|
2487
2487
|
|
|
2488
2488
|
___
|
|
2489
2489
|
|
|
@@ -2505,7 +2505,7 @@ val is Record<string, any\>
|
|
|
2505
2505
|
|
|
2506
2506
|
#### Defined in
|
|
2507
2507
|
|
|
2508
|
-
[isObject.ts:4](https://github.com/daysnap/utils/blob/
|
|
2508
|
+
[isObject.ts:4](https://github.com/daysnap/utils/blob/3629084/src/isObject.ts#L4)
|
|
2509
2509
|
|
|
2510
2510
|
___
|
|
2511
2511
|
|
|
@@ -2527,7 +2527,7 @@ ___
|
|
|
2527
2527
|
|
|
2528
2528
|
#### Defined in
|
|
2529
2529
|
|
|
2530
|
-
[isPhone.ts:4](https://github.com/daysnap/utils/blob/
|
|
2530
|
+
[isPhone.ts:4](https://github.com/daysnap/utils/blob/3629084/src/isPhone.ts#L4)
|
|
2531
2531
|
|
|
2532
2532
|
___
|
|
2533
2533
|
|
|
@@ -2555,7 +2555,7 @@ val is Promise<T\>
|
|
|
2555
2555
|
|
|
2556
2556
|
#### Defined in
|
|
2557
2557
|
|
|
2558
|
-
[isPromise.ts:4](https://github.com/daysnap/utils/blob/
|
|
2558
|
+
[isPromise.ts:4](https://github.com/daysnap/utils/blob/3629084/src/isPromise.ts#L4)
|
|
2559
2559
|
|
|
2560
2560
|
___
|
|
2561
2561
|
|
|
@@ -2577,7 +2577,7 @@ val is RegExp
|
|
|
2577
2577
|
|
|
2578
2578
|
#### Defined in
|
|
2579
2579
|
|
|
2580
|
-
[isRegExp.ts:4](https://github.com/daysnap/utils/blob/
|
|
2580
|
+
[isRegExp.ts:4](https://github.com/daysnap/utils/blob/3629084/src/isRegExp.ts#L4)
|
|
2581
2581
|
|
|
2582
2582
|
___
|
|
2583
2583
|
|
|
@@ -2599,7 +2599,7 @@ val is string
|
|
|
2599
2599
|
|
|
2600
2600
|
#### Defined in
|
|
2601
2601
|
|
|
2602
|
-
[isString.ts:4](https://github.com/daysnap/utils/blob/
|
|
2602
|
+
[isString.ts:4](https://github.com/daysnap/utils/blob/3629084/src/isString.ts#L4)
|
|
2603
2603
|
|
|
2604
2604
|
___
|
|
2605
2605
|
|
|
@@ -2628,7 +2628,7 @@ val is T
|
|
|
2628
2628
|
|
|
2629
2629
|
#### Defined in
|
|
2630
2630
|
|
|
2631
|
-
[isType.ts:4](https://github.com/daysnap/utils/blob/
|
|
2631
|
+
[isType.ts:4](https://github.com/daysnap/utils/blob/3629084/src/isType.ts#L4)
|
|
2632
2632
|
|
|
2633
2633
|
___
|
|
2634
2634
|
|
|
@@ -2650,7 +2650,7 @@ val is undefined
|
|
|
2650
2650
|
|
|
2651
2651
|
#### Defined in
|
|
2652
2652
|
|
|
2653
|
-
[isUndefined.ts:4](https://github.com/daysnap/utils/blob/
|
|
2653
|
+
[isUndefined.ts:4](https://github.com/daysnap/utils/blob/3629084/src/isUndefined.ts#L4)
|
|
2654
2654
|
|
|
2655
2655
|
___
|
|
2656
2656
|
|
|
@@ -2694,7 +2694,7 @@ ___
|
|
|
2694
2694
|
|
|
2695
2695
|
#### Defined in
|
|
2696
2696
|
|
|
2697
|
-
[isValidDate.ts:6](https://github.com/daysnap/utils/blob/
|
|
2697
|
+
[isValidDate.ts:6](https://github.com/daysnap/utils/blob/3629084/src/isValidDate.ts#L6)
|
|
2698
2698
|
|
|
2699
2699
|
___
|
|
2700
2700
|
|
|
@@ -2710,7 +2710,7 @@ ___
|
|
|
2710
2710
|
|
|
2711
2711
|
#### Defined in
|
|
2712
2712
|
|
|
2713
|
-
[isWeChat.ts:4](https://github.com/daysnap/utils/blob/
|
|
2713
|
+
[isWeChat.ts:4](https://github.com/daysnap/utils/blob/3629084/src/isWeChat.ts#L4)
|
|
2714
2714
|
|
|
2715
2715
|
___
|
|
2716
2716
|
|
|
@@ -2727,7 +2727,7 @@ https://developers.weixin.qq.com/miniprogram/dev/component/web-view.html
|
|
|
2727
2727
|
|
|
2728
2728
|
#### Defined in
|
|
2729
2729
|
|
|
2730
|
-
[isWeChatMiniProgram.ts:5](https://github.com/daysnap/utils/blob/
|
|
2730
|
+
[isWeChatMiniProgram.ts:5](https://github.com/daysnap/utils/blob/3629084/src/isWeChatMiniProgram.ts#L5)
|
|
2731
2731
|
|
|
2732
2732
|
___
|
|
2733
2733
|
|
|
@@ -2751,7 +2751,7 @@ ___
|
|
|
2751
2751
|
|
|
2752
2752
|
#### Defined in
|
|
2753
2753
|
|
|
2754
|
-
[isWeChat.ts:12](https://github.com/daysnap/utils/blob/
|
|
2754
|
+
[isWeChat.ts:12](https://github.com/daysnap/utils/blob/3629084/src/isWeChat.ts#L12)
|
|
2755
2755
|
|
|
2756
2756
|
___
|
|
2757
2757
|
|
|
@@ -2773,7 +2773,7 @@ val is Window
|
|
|
2773
2773
|
|
|
2774
2774
|
#### Defined in
|
|
2775
2775
|
|
|
2776
|
-
[isWindow.ts:5](https://github.com/daysnap/utils/blob/
|
|
2776
|
+
[isWindow.ts:5](https://github.com/daysnap/utils/blob/3629084/src/isWindow.ts#L5)
|
|
2777
2777
|
|
|
2778
2778
|
___
|
|
2779
2779
|
|
|
@@ -2796,7 +2796,7 @@ kebabCase('helloWorld') => hello-world
|
|
|
2796
2796
|
|
|
2797
2797
|
#### Defined in
|
|
2798
2798
|
|
|
2799
|
-
[kebabCase.ts:5](https://github.com/daysnap/utils/blob/
|
|
2799
|
+
[kebabCase.ts:5](https://github.com/daysnap/utils/blob/3629084/src/kebabCase.ts#L5)
|
|
2800
2800
|
|
|
2801
2801
|
___
|
|
2802
2802
|
|
|
@@ -2818,7 +2818,7 @@ ___
|
|
|
2818
2818
|
|
|
2819
2819
|
#### Defined in
|
|
2820
2820
|
|
|
2821
|
-
[lfToBr.ts:4](https://github.com/daysnap/utils/blob/
|
|
2821
|
+
[lfToBr.ts:4](https://github.com/daysnap/utils/blob/3629084/src/lfToBr.ts#L4)
|
|
2822
2822
|
|
|
2823
2823
|
___
|
|
2824
2824
|
|
|
@@ -2840,7 +2840,7 @@ list 生成器,快速生成数据
|
|
|
2840
2840
|
|
|
2841
2841
|
#### Defined in
|
|
2842
2842
|
|
|
2843
|
-
[listGenerator.ts:5](https://github.com/daysnap/utils/blob/
|
|
2843
|
+
[listGenerator.ts:5](https://github.com/daysnap/utils/blob/3629084/src/listGenerator.ts#L5)
|
|
2844
2844
|
|
|
2845
2845
|
▸ **listGenerator**<`T`\>(`length`, `fn`): `T`[]
|
|
2846
2846
|
|
|
@@ -2863,7 +2863,7 @@ list 生成器,快速生成数据
|
|
|
2863
2863
|
|
|
2864
2864
|
#### Defined in
|
|
2865
2865
|
|
|
2866
|
-
[listGenerator.ts:6](https://github.com/daysnap/utils/blob/
|
|
2866
|
+
[listGenerator.ts:6](https://github.com/daysnap/utils/blob/3629084/src/listGenerator.ts#L6)
|
|
2867
2867
|
|
|
2868
2868
|
___
|
|
2869
2869
|
|
|
@@ -2883,7 +2883,7 @@ ___
|
|
|
2883
2883
|
|
|
2884
2884
|
#### Defined in
|
|
2885
2885
|
|
|
2886
|
-
[makePhoneCall.ts:1](https://github.com/daysnap/utils/blob/
|
|
2886
|
+
[makePhoneCall.ts:1](https://github.com/daysnap/utils/blob/3629084/src/makePhoneCall.ts#L1)
|
|
2887
2887
|
|
|
2888
2888
|
___
|
|
2889
2889
|
|
|
@@ -2908,7 +2908,7 @@ ___
|
|
|
2908
2908
|
|
|
2909
2909
|
#### Defined in
|
|
2910
2910
|
|
|
2911
|
-
[mousewheel.ts:22](https://github.com/daysnap/utils/blob/
|
|
2911
|
+
[mousewheel.ts:22](https://github.com/daysnap/utils/blob/3629084/src/mousewheel.ts#L22)
|
|
2912
2912
|
|
|
2913
2913
|
___
|
|
2914
2914
|
|
|
@@ -2924,7 +2924,7 @@ ___
|
|
|
2924
2924
|
|
|
2925
2925
|
#### Defined in
|
|
2926
2926
|
|
|
2927
|
-
[nf.ts:4](https://github.com/daysnap/utils/blob/
|
|
2927
|
+
[nf.ts:4](https://github.com/daysnap/utils/blob/3629084/src/nf.ts#L4)
|
|
2928
2928
|
|
|
2929
2929
|
___
|
|
2930
2930
|
|
|
@@ -2948,7 +2948,7 @@ fix iOS 日期时间格式如果类似是 2020-12-12 12:12:12 就会报错的问
|
|
|
2948
2948
|
|
|
2949
2949
|
#### Defined in
|
|
2950
2950
|
|
|
2951
|
-
[normalizeDate.ts:8](https://github.com/daysnap/utils/blob/
|
|
2951
|
+
[normalizeDate.ts:8](https://github.com/daysnap/utils/blob/3629084/src/normalizeDate.ts#L8)
|
|
2952
2952
|
|
|
2953
2953
|
___
|
|
2954
2954
|
|
|
@@ -2970,7 +2970,7 @@ ___
|
|
|
2970
2970
|
|
|
2971
2971
|
#### Defined in
|
|
2972
2972
|
|
|
2973
|
-
[normalizePath.ts:4](https://github.com/daysnap/utils/blob/
|
|
2973
|
+
[normalizePath.ts:4](https://github.com/daysnap/utils/blob/3629084/src/normalizePath.ts#L4)
|
|
2974
2974
|
|
|
2975
2975
|
___
|
|
2976
2976
|
|
|
@@ -2992,7 +2992,7 @@ ___
|
|
|
2992
2992
|
|
|
2993
2993
|
#### Defined in
|
|
2994
2994
|
|
|
2995
|
-
[numberToLetter.ts:4](https://github.com/daysnap/utils/blob/
|
|
2995
|
+
[numberToLetter.ts:4](https://github.com/daysnap/utils/blob/3629084/src/numberToLetter.ts#L4)
|
|
2996
2996
|
|
|
2997
2997
|
___
|
|
2998
2998
|
|
|
@@ -3022,7 +3022,7 @@ ___
|
|
|
3022
3022
|
|
|
3023
3023
|
#### Defined in
|
|
3024
3024
|
|
|
3025
|
-
[omit.ts:4](https://github.com/daysnap/utils/blob/
|
|
3025
|
+
[omit.ts:4](https://github.com/daysnap/utils/blob/3629084/src/omit.ts#L4)
|
|
3026
3026
|
|
|
3027
3027
|
___
|
|
3028
3028
|
|
|
@@ -3053,7 +3053,7 @@ omitBy(object, isNumber);
|
|
|
3053
3053
|
|
|
3054
3054
|
#### Defined in
|
|
3055
3055
|
|
|
3056
|
-
[omitBy.ts:6](https://github.com/daysnap/utils/blob/
|
|
3056
|
+
[omitBy.ts:6](https://github.com/daysnap/utils/blob/3629084/src/omitBy.ts#L6)
|
|
3057
3057
|
|
|
3058
3058
|
___
|
|
3059
3059
|
|
|
@@ -3077,7 +3077,7 @@ ___
|
|
|
3077
3077
|
|
|
3078
3078
|
#### Defined in
|
|
3079
3079
|
|
|
3080
|
-
[padding.ts:7](https://github.com/daysnap/utils/blob/
|
|
3080
|
+
[padding.ts:7](https://github.com/daysnap/utils/blob/3629084/src/padding.ts#L7)
|
|
3081
3081
|
|
|
3082
3082
|
___
|
|
3083
3083
|
|
|
@@ -3103,7 +3103,7 @@ ___
|
|
|
3103
3103
|
|
|
3104
3104
|
#### Defined in
|
|
3105
3105
|
|
|
3106
|
-
[parseDate.ts:5](https://github.com/daysnap/utils/blob/
|
|
3106
|
+
[parseDate.ts:5](https://github.com/daysnap/utils/blob/3629084/src/parseDate.ts#L5)
|
|
3107
3107
|
|
|
3108
3108
|
___
|
|
3109
3109
|
|
|
@@ -3129,7 +3129,7 @@ ___
|
|
|
3129
3129
|
|
|
3130
3130
|
#### Defined in
|
|
3131
3131
|
|
|
3132
|
-
[parseDecimalString.ts:5](https://github.com/daysnap/utils/blob/
|
|
3132
|
+
[parseDecimalString.ts:5](https://github.com/daysnap/utils/blob/3629084/src/parseDecimalString.ts#L5)
|
|
3133
3133
|
|
|
3134
3134
|
___
|
|
3135
3135
|
|
|
@@ -3152,7 +3152,7 @@ ___
|
|
|
3152
3152
|
|
|
3153
3153
|
#### Defined in
|
|
3154
3154
|
|
|
3155
|
-
[parseError.ts:8](https://github.com/daysnap/utils/blob/
|
|
3155
|
+
[parseError.ts:8](https://github.com/daysnap/utils/blob/3629084/src/parseError.ts#L8)
|
|
3156
3156
|
|
|
3157
3157
|
___
|
|
3158
3158
|
|
|
@@ -3177,7 +3177,7 @@ x0123 => ''
|
|
|
3177
3177
|
|
|
3178
3178
|
#### Defined in
|
|
3179
3179
|
|
|
3180
|
-
[parseNumberString.ts:7](https://github.com/daysnap/utils/blob/
|
|
3180
|
+
[parseNumberString.ts:7](https://github.com/daysnap/utils/blob/3629084/src/parseNumberString.ts#L7)
|
|
3181
3181
|
|
|
3182
3182
|
___
|
|
3183
3183
|
|
|
@@ -3207,7 +3207,7 @@ parseObject('a.b.c', 1) => { a: { b: { c: 1 } } }
|
|
|
3207
3207
|
|
|
3208
3208
|
#### Defined in
|
|
3209
3209
|
|
|
3210
|
-
[parseObject.ts:5](https://github.com/daysnap/utils/blob/
|
|
3210
|
+
[parseObject.ts:5](https://github.com/daysnap/utils/blob/3629084/src/parseObject.ts#L5)
|
|
3211
3211
|
|
|
3212
3212
|
___
|
|
3213
3213
|
|
|
@@ -3236,7 +3236,7 @@ ___
|
|
|
3236
3236
|
|
|
3237
3237
|
#### Defined in
|
|
3238
3238
|
|
|
3239
|
-
[parsePath.ts:6](https://github.com/daysnap/utils/blob/
|
|
3239
|
+
[parsePath.ts:6](https://github.com/daysnap/utils/blob/3629084/src/parsePath.ts#L6)
|
|
3240
3240
|
|
|
3241
3241
|
___
|
|
3242
3242
|
|
|
@@ -3259,7 +3259,7 @@ ___
|
|
|
3259
3259
|
|
|
3260
3260
|
#### Defined in
|
|
3261
3261
|
|
|
3262
|
-
[parseQuery.ts:8](https://github.com/daysnap/utils/blob/
|
|
3262
|
+
[parseQuery.ts:8](https://github.com/daysnap/utils/blob/3629084/src/parseQuery.ts#L8)
|
|
3263
3263
|
|
|
3264
3264
|
___
|
|
3265
3265
|
|
|
@@ -3289,7 +3289,7 @@ ___
|
|
|
3289
3289
|
|
|
3290
3290
|
#### Defined in
|
|
3291
3291
|
|
|
3292
|
-
[parseQueryString.ts:6](https://github.com/daysnap/utils/blob/
|
|
3292
|
+
[parseQueryString.ts:6](https://github.com/daysnap/utils/blob/3629084/src/parseQueryString.ts#L6)
|
|
3293
3293
|
|
|
3294
3294
|
___
|
|
3295
3295
|
|
|
@@ -3312,7 +3312,7 @@ pascalCase('hello-world') => HelloWorld
|
|
|
3312
3312
|
|
|
3313
3313
|
#### Defined in
|
|
3314
3314
|
|
|
3315
|
-
[pascalCase.ts:8](https://github.com/daysnap/utils/blob/
|
|
3315
|
+
[pascalCase.ts:8](https://github.com/daysnap/utils/blob/3629084/src/pascalCase.ts#L8)
|
|
3316
3316
|
|
|
3317
3317
|
___
|
|
3318
3318
|
|
|
@@ -3342,7 +3342,7 @@ ___
|
|
|
3342
3342
|
|
|
3343
3343
|
#### Defined in
|
|
3344
3344
|
|
|
3345
|
-
[pick.ts:4](https://github.com/daysnap/utils/blob/
|
|
3345
|
+
[pick.ts:4](https://github.com/daysnap/utils/blob/3629084/src/pick.ts#L4)
|
|
3346
3346
|
|
|
3347
3347
|
___
|
|
3348
3348
|
|
|
@@ -3373,7 +3373,7 @@ pickBy(object, isNumber);
|
|
|
3373
3373
|
|
|
3374
3374
|
#### Defined in
|
|
3375
3375
|
|
|
3376
|
-
[pickBy.ts:6](https://github.com/daysnap/utils/blob/
|
|
3376
|
+
[pickBy.ts:6](https://github.com/daysnap/utils/blob/3629084/src/pickBy.ts#L6)
|
|
3377
3377
|
|
|
3378
3378
|
___
|
|
3379
3379
|
|
|
@@ -3396,7 +3396,7 @@ ___
|
|
|
3396
3396
|
|
|
3397
3397
|
#### Defined in
|
|
3398
3398
|
|
|
3399
|
-
[replaceCrlf.ts:4](https://github.com/daysnap/utils/blob/
|
|
3399
|
+
[replaceCrlf.ts:4](https://github.com/daysnap/utils/blob/3629084/src/replaceCrlf.ts#L4)
|
|
3400
3400
|
|
|
3401
3401
|
___
|
|
3402
3402
|
|
|
@@ -3420,7 +3420,7 @@ ___
|
|
|
3420
3420
|
|
|
3421
3421
|
#### Defined in
|
|
3422
3422
|
|
|
3423
|
-
[requestFullScreen.ts:6](https://github.com/daysnap/utils/blob/
|
|
3423
|
+
[requestFullScreen.ts:6](https://github.com/daysnap/utils/blob/3629084/src/requestFullScreen.ts#L6)
|
|
3424
3424
|
|
|
3425
3425
|
___
|
|
3426
3426
|
|
|
@@ -3446,7 +3446,7 @@ reserve(0, '--') => 0
|
|
|
3446
3446
|
|
|
3447
3447
|
#### Defined in
|
|
3448
3448
|
|
|
3449
|
-
[reserve.ts:8](https://github.com/daysnap/utils/blob/
|
|
3449
|
+
[reserve.ts:8](https://github.com/daysnap/utils/blob/3629084/src/reserve.ts#L8)
|
|
3450
3450
|
|
|
3451
3451
|
___
|
|
3452
3452
|
|
|
@@ -3470,7 +3470,7 @@ ___
|
|
|
3470
3470
|
|
|
3471
3471
|
#### Defined in
|
|
3472
3472
|
|
|
3473
|
-
[rgbToHex.ts:4](https://github.com/daysnap/utils/blob/
|
|
3473
|
+
[rgbToHex.ts:4](https://github.com/daysnap/utils/blob/3629084/src/rgbToHex.ts#L4)
|
|
3474
3474
|
|
|
3475
3475
|
___
|
|
3476
3476
|
|
|
@@ -3493,7 +3493,7 @@ ___
|
|
|
3493
3493
|
|
|
3494
3494
|
#### Defined in
|
|
3495
3495
|
|
|
3496
|
-
[round.ts:6](https://github.com/daysnap/utils/blob/
|
|
3496
|
+
[round.ts:6](https://github.com/daysnap/utils/blob/3629084/src/round.ts#L6)
|
|
3497
3497
|
|
|
3498
3498
|
___
|
|
3499
3499
|
|
|
@@ -3518,7 +3518,7 @@ ___
|
|
|
3518
3518
|
|
|
3519
3519
|
#### Defined in
|
|
3520
3520
|
|
|
3521
|
-
[roundUpToNearestInteger.ts:7](https://github.com/daysnap/utils/blob/
|
|
3521
|
+
[roundUpToNearestInteger.ts:7](https://github.com/daysnap/utils/blob/3629084/src/roundUpToNearestInteger.ts#L7)
|
|
3522
3522
|
|
|
3523
3523
|
___
|
|
3524
3524
|
|
|
@@ -3534,7 +3534,7 @@ ___
|
|
|
3534
3534
|
|
|
3535
3535
|
#### Defined in
|
|
3536
3536
|
|
|
3537
|
-
[scrollToTop.ts:4](https://github.com/daysnap/utils/blob/
|
|
3537
|
+
[scrollToTop.ts:4](https://github.com/daysnap/utils/blob/3629084/src/scrollToTop.ts#L4)
|
|
3538
3538
|
|
|
3539
3539
|
___
|
|
3540
3540
|
|
|
@@ -3556,7 +3556,7 @@ ___
|
|
|
3556
3556
|
|
|
3557
3557
|
#### Defined in
|
|
3558
3558
|
|
|
3559
|
-
[setScrollTop.ts:4](https://github.com/daysnap/utils/blob/
|
|
3559
|
+
[setScrollTop.ts:4](https://github.com/daysnap/utils/blob/3629084/src/setScrollTop.ts#L4)
|
|
3560
3560
|
|
|
3561
3561
|
___
|
|
3562
3562
|
|
|
@@ -3580,7 +3580,7 @@ ___
|
|
|
3580
3580
|
|
|
3581
3581
|
#### Defined in
|
|
3582
3582
|
|
|
3583
|
-
[sleep.ts:7](https://github.com/daysnap/utils/blob/
|
|
3583
|
+
[sleep.ts:7](https://github.com/daysnap/utils/blob/3629084/src/sleep.ts#L7)
|
|
3584
3584
|
|
|
3585
3585
|
___
|
|
3586
3586
|
|
|
@@ -3609,7 +3609,7 @@ ___
|
|
|
3609
3609
|
|
|
3610
3610
|
#### Defined in
|
|
3611
3611
|
|
|
3612
|
-
[splitArray.ts:4](https://github.com/daysnap/utils/blob/
|
|
3612
|
+
[splitArray.ts:4](https://github.com/daysnap/utils/blob/3629084/src/splitArray.ts#L4)
|
|
3613
3613
|
|
|
3614
3614
|
___
|
|
3615
3615
|
|
|
@@ -3632,7 +3632,7 @@ ___
|
|
|
3632
3632
|
|
|
3633
3633
|
#### Defined in
|
|
3634
3634
|
|
|
3635
|
-
[stringTrim.ts:6](https://github.com/daysnap/utils/blob/
|
|
3635
|
+
[stringTrim.ts:6](https://github.com/daysnap/utils/blob/3629084/src/stringTrim.ts#L6)
|
|
3636
3636
|
|
|
3637
3637
|
___
|
|
3638
3638
|
|
|
@@ -3654,7 +3654,7 @@ ___
|
|
|
3654
3654
|
|
|
3655
3655
|
#### Defined in
|
|
3656
3656
|
|
|
3657
|
-
[stringifyQuery.ts:7](https://github.com/daysnap/utils/blob/
|
|
3657
|
+
[stringifyQuery.ts:7](https://github.com/daysnap/utils/blob/3629084/src/stringifyQuery.ts#L7)
|
|
3658
3658
|
|
|
3659
3659
|
___
|
|
3660
3660
|
|
|
@@ -3678,7 +3678,7 @@ ___
|
|
|
3678
3678
|
|
|
3679
3679
|
#### Defined in
|
|
3680
3680
|
|
|
3681
|
-
[stringifyQueryString.ts:6](https://github.com/daysnap/utils/blob/
|
|
3681
|
+
[stringifyQueryString.ts:6](https://github.com/daysnap/utils/blob/3629084/src/stringifyQueryString.ts#L6)
|
|
3682
3682
|
|
|
3683
3683
|
___
|
|
3684
3684
|
|
|
@@ -3722,7 +3722,7 @@ ___
|
|
|
3722
3722
|
|
|
3723
3723
|
#### Defined in
|
|
3724
3724
|
|
|
3725
|
-
[throttle.ts:48](https://github.com/daysnap/utils/blob/
|
|
3725
|
+
[throttle.ts:48](https://github.com/daysnap/utils/blob/3629084/src/throttle.ts#L48)
|
|
3726
3726
|
|
|
3727
3727
|
___
|
|
3728
3728
|
|
|
@@ -3765,7 +3765,7 @@ ___
|
|
|
3765
3765
|
|
|
3766
3766
|
#### Defined in
|
|
3767
3767
|
|
|
3768
|
-
[throttle.ts:5](https://github.com/daysnap/utils/blob/
|
|
3768
|
+
[throttle.ts:5](https://github.com/daysnap/utils/blob/3629084/src/throttle.ts#L5)
|
|
3769
3769
|
|
|
3770
3770
|
___
|
|
3771
3771
|
|
|
@@ -3808,7 +3808,7 @@ ___
|
|
|
3808
3808
|
|
|
3809
3809
|
#### Defined in
|
|
3810
3810
|
|
|
3811
|
-
[throttle.ts:25](https://github.com/daysnap/utils/blob/
|
|
3811
|
+
[throttle.ts:25](https://github.com/daysnap/utils/blob/3629084/src/throttle.ts#L25)
|
|
3812
3812
|
|
|
3813
3813
|
___
|
|
3814
3814
|
|
|
@@ -3830,7 +3830,7 @@ ___
|
|
|
3830
3830
|
|
|
3831
3831
|
#### Defined in
|
|
3832
3832
|
|
|
3833
|
-
[toCDB.ts:4](https://github.com/daysnap/utils/blob/
|
|
3833
|
+
[toCDB.ts:4](https://github.com/daysnap/utils/blob/3629084/src/toCDB.ts#L4)
|
|
3834
3834
|
|
|
3835
3835
|
___
|
|
3836
3836
|
|
|
@@ -3852,7 +3852,7 @@ ___
|
|
|
3852
3852
|
|
|
3853
3853
|
#### Defined in
|
|
3854
3854
|
|
|
3855
|
-
[toDBC.ts:4](https://github.com/daysnap/utils/blob/
|
|
3855
|
+
[toDBC.ts:4](https://github.com/daysnap/utils/blob/3629084/src/toDBC.ts#L4)
|
|
3856
3856
|
|
|
3857
3857
|
___
|
|
3858
3858
|
|
|
@@ -3874,7 +3874,7 @@ ___
|
|
|
3874
3874
|
|
|
3875
3875
|
#### Defined in
|
|
3876
3876
|
|
|
3877
|
-
[toFormData.ts:4](https://github.com/daysnap/utils/blob/
|
|
3877
|
+
[toFormData.ts:4](https://github.com/daysnap/utils/blob/3629084/src/toFormData.ts#L4)
|
|
3878
3878
|
|
|
3879
3879
|
___
|
|
3880
3880
|
|
|
@@ -3896,7 +3896,7 @@ ___
|
|
|
3896
3896
|
|
|
3897
3897
|
#### Defined in
|
|
3898
3898
|
|
|
3899
|
-
toPosix.ts:4
|
|
3899
|
+
[toPosix.ts:4](https://github.com/daysnap/utils/blob/3629084/src/toPosix.ts#L4)
|
|
3900
3900
|
|
|
3901
3901
|
___
|
|
3902
3902
|
|
|
@@ -3920,7 +3920,7 @@ ___
|
|
|
3920
3920
|
|
|
3921
3921
|
#### Defined in
|
|
3922
3922
|
|
|
3923
|
-
[typeOf.ts:6](https://github.com/daysnap/utils/blob/
|
|
3923
|
+
[typeOf.ts:6](https://github.com/daysnap/utils/blob/3629084/src/typeOf.ts#L6)
|
|
3924
3924
|
|
|
3925
3925
|
___
|
|
3926
3926
|
|
|
@@ -3948,7 +3948,7 @@ ___
|
|
|
3948
3948
|
|
|
3949
3949
|
#### Defined in
|
|
3950
3950
|
|
|
3951
|
-
[withCache.ts:4](https://github.com/daysnap/utils/blob/
|
|
3951
|
+
[withCache.ts:4](https://github.com/daysnap/utils/blob/3629084/src/withCache.ts#L4)
|
|
3952
3952
|
|
|
3953
3953
|
___
|
|
3954
3954
|
|
|
@@ -3977,4 +3977,4 @@ ___
|
|
|
3977
3977
|
|
|
3978
3978
|
#### Defined in
|
|
3979
3979
|
|
|
3980
|
-
[withPreventConsecutiveClicks.ts:4](https://github.com/daysnap/utils/blob/
|
|
3980
|
+
[withPreventConsecutiveClicks.ts:4](https://github.com/daysnap/utils/blob/3629084/src/withPreventConsecutiveClicks.ts#L4)
|