@daysnap/utils 0.1.27 → 0.1.28
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 +13 -13
- 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 +181 -155
- package/es/chunk-ODZQXCS4.js +319 -0
- package/es/index.d.ts +1 -0
- package/es/index.js +10 -6
- package/es/sounds.d.ts +14 -0
- package/es/sounds.js +6 -0
- package/lib/chunk-GCRDIQOE.cjs +319 -0
- package/lib/index.cjs +10 -6
- package/lib/index.d.cts +1 -0
- package/lib/sounds.cjs +6 -0
- package/lib/sounds.d.cts +14 -0
- package/package.json +1 -1
package/docs/modules.md
CHANGED
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
### Variables
|
|
24
24
|
|
|
25
25
|
- [eventBus](modules.md#eventbus)
|
|
26
|
+
- [sounds](modules.md#sounds)
|
|
26
27
|
- [trap](modules.md#trap)
|
|
27
28
|
|
|
28
29
|
### Functions
|
|
@@ -194,7 +195,7 @@
|
|
|
194
195
|
|
|
195
196
|
#### Defined in
|
|
196
197
|
|
|
197
|
-
[poller.ts:7](https://github.com/daysnap/utils/blob/
|
|
198
|
+
[poller.ts:7](https://github.com/daysnap/utils/blob/4b6486e/src/poller.ts#L7)
|
|
198
199
|
|
|
199
200
|
## Variables
|
|
200
201
|
|
|
@@ -213,7 +214,32 @@
|
|
|
213
214
|
|
|
214
215
|
#### Defined in
|
|
215
216
|
|
|
216
|
-
[eventBus.ts:38](https://github.com/daysnap/utils/blob/
|
|
217
|
+
[eventBus.ts:38](https://github.com/daysnap/utils/blob/4b6486e/src/eventBus.ts#L38)
|
|
218
|
+
|
|
219
|
+
___
|
|
220
|
+
|
|
221
|
+
### sounds
|
|
222
|
+
|
|
223
|
+
• `Const` **sounds**: `Object`
|
|
224
|
+
|
|
225
|
+
#### Type declaration
|
|
226
|
+
|
|
227
|
+
| Name | Type |
|
|
228
|
+
| :------ | :------ |
|
|
229
|
+
| `click` | () => `void` |
|
|
230
|
+
| `confirm` | () => `void` |
|
|
231
|
+
| `error` | () => `void` |
|
|
232
|
+
| `hover` | () => `void` |
|
|
233
|
+
| `pop` | () => `void` |
|
|
234
|
+
| `success` | () => `void` |
|
|
235
|
+
| `tick` | () => `void` |
|
|
236
|
+
| `toggle` | () => `void` |
|
|
237
|
+
| `warning` | () => `void` |
|
|
238
|
+
| `whoosh` | () => `void` |
|
|
239
|
+
|
|
240
|
+
#### Defined in
|
|
241
|
+
|
|
242
|
+
sounds.ts:13
|
|
217
243
|
|
|
218
244
|
___
|
|
219
245
|
|
|
@@ -223,7 +249,7 @@ ___
|
|
|
223
249
|
|
|
224
250
|
#### Defined in
|
|
225
251
|
|
|
226
|
-
[trap.ts:15](https://github.com/daysnap/utils/blob/
|
|
252
|
+
[trap.ts:15](https://github.com/daysnap/utils/blob/4b6486e/src/trap.ts#L15)
|
|
227
253
|
|
|
228
254
|
## Functions
|
|
229
255
|
|
|
@@ -261,7 +287,7 @@ res = { '1': '男', '2': '女' }
|
|
|
261
287
|
|
|
262
288
|
#### Defined in
|
|
263
289
|
|
|
264
|
-
[ato.ts:12](https://github.com/daysnap/utils/blob/
|
|
290
|
+
[ato.ts:12](https://github.com/daysnap/utils/blob/4b6486e/src/ato.ts#L12)
|
|
265
291
|
|
|
266
292
|
▸ **ato**<`T`, `K`, `V`\>(`options`, `labelKey`, `valueKey`): `Record`<`T`[`K`], `T`[`V`]\>
|
|
267
293
|
|
|
@@ -287,7 +313,7 @@ res = { '1': '男', '2': '女' }
|
|
|
287
313
|
|
|
288
314
|
#### Defined in
|
|
289
315
|
|
|
290
|
-
[ato.ts:16](https://github.com/daysnap/utils/blob/
|
|
316
|
+
[ato.ts:16](https://github.com/daysnap/utils/blob/4b6486e/src/ato.ts#L16)
|
|
291
317
|
|
|
292
318
|
___
|
|
293
319
|
|
|
@@ -307,7 +333,7 @@ ___
|
|
|
307
333
|
|
|
308
334
|
#### Defined in
|
|
309
335
|
|
|
310
|
-
[decode.ts:41](https://github.com/daysnap/utils/blob/
|
|
336
|
+
[decode.ts:41](https://github.com/daysnap/utils/blob/4b6486e/src/decode.ts#L41)
|
|
311
337
|
|
|
312
338
|
___
|
|
313
339
|
|
|
@@ -330,7 +356,7 @@ base64 转 blob
|
|
|
330
356
|
|
|
331
357
|
#### Defined in
|
|
332
358
|
|
|
333
|
-
[base64ToBlob.ts:6](https://github.com/daysnap/utils/blob/
|
|
359
|
+
[base64ToBlob.ts:6](https://github.com/daysnap/utils/blob/4b6486e/src/base64ToBlob.ts#L6)
|
|
334
360
|
|
|
335
361
|
___
|
|
336
362
|
|
|
@@ -352,7 +378,7 @@ blob 转 base64
|
|
|
352
378
|
|
|
353
379
|
#### Defined in
|
|
354
380
|
|
|
355
|
-
[blobToBase64.ts:4](https://github.com/daysnap/utils/blob/
|
|
381
|
+
[blobToBase64.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/blobToBase64.ts#L4)
|
|
356
382
|
|
|
357
383
|
___
|
|
358
384
|
|
|
@@ -372,7 +398,7 @@ ___
|
|
|
372
398
|
|
|
373
399
|
#### Defined in
|
|
374
400
|
|
|
375
|
-
[decode.ts:8](https://github.com/daysnap/utils/blob/
|
|
401
|
+
[decode.ts:8](https://github.com/daysnap/utils/blob/4b6486e/src/decode.ts#L8)
|
|
376
402
|
|
|
377
403
|
___
|
|
378
404
|
|
|
@@ -413,7 +439,7 @@ ___
|
|
|
413
439
|
|
|
414
440
|
#### Defined in
|
|
415
441
|
|
|
416
|
-
[cached.ts:5](https://github.com/daysnap/utils/blob/
|
|
442
|
+
[cached.ts:5](https://github.com/daysnap/utils/blob/4b6486e/src/cached.ts#L5)
|
|
417
443
|
|
|
418
444
|
___
|
|
419
445
|
|
|
@@ -436,7 +462,7 @@ camelCase('hello-world') => helloWorld
|
|
|
436
462
|
|
|
437
463
|
#### Defined in
|
|
438
464
|
|
|
439
|
-
[camelCase.ts:5](https://github.com/daysnap/utils/blob/
|
|
465
|
+
[camelCase.ts:5](https://github.com/daysnap/utils/blob/4b6486e/src/camelCase.ts#L5)
|
|
440
466
|
|
|
441
467
|
___
|
|
442
468
|
|
|
@@ -460,7 +486,7 @@ canvas 转 blob 文件
|
|
|
460
486
|
|
|
461
487
|
#### Defined in
|
|
462
488
|
|
|
463
|
-
[canvasToBlob.ts:4](https://github.com/daysnap/utils/blob/
|
|
489
|
+
[canvasToBlob.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/canvasToBlob.ts#L4)
|
|
464
490
|
|
|
465
491
|
___
|
|
466
492
|
|
|
@@ -483,7 +509,7 @@ capitalize('hello world') => Hello world
|
|
|
483
509
|
|
|
484
510
|
#### Defined in
|
|
485
511
|
|
|
486
|
-
[capitalize.ts:5](https://github.com/daysnap/utils/blob/
|
|
512
|
+
[capitalize.ts:5](https://github.com/daysnap/utils/blob/4b6486e/src/capitalize.ts#L5)
|
|
487
513
|
|
|
488
514
|
___
|
|
489
515
|
|
|
@@ -508,7 +534,7 @@ ___
|
|
|
508
534
|
|
|
509
535
|
#### Defined in
|
|
510
536
|
|
|
511
|
-
[chooseMedia.ts:5](https://github.com/daysnap/utils/blob/
|
|
537
|
+
[chooseMedia.ts:5](https://github.com/daysnap/utils/blob/4b6486e/src/chooseMedia.ts#L5)
|
|
512
538
|
|
|
513
539
|
___
|
|
514
540
|
|
|
@@ -532,7 +558,7 @@ ___
|
|
|
532
558
|
|
|
533
559
|
#### Defined in
|
|
534
560
|
|
|
535
|
-
[clamp.ts:7](https://github.com/daysnap/utils/blob/
|
|
561
|
+
[clamp.ts:7](https://github.com/daysnap/utils/blob/4b6486e/src/clamp.ts#L7)
|
|
536
562
|
|
|
537
563
|
___
|
|
538
564
|
|
|
@@ -560,7 +586,7 @@ ___
|
|
|
560
586
|
|
|
561
587
|
#### Defined in
|
|
562
588
|
|
|
563
|
-
[clone.ts:8](https://github.com/daysnap/utils/blob/
|
|
589
|
+
[clone.ts:8](https://github.com/daysnap/utils/blob/4b6486e/src/clone.ts#L8)
|
|
564
590
|
|
|
565
591
|
___
|
|
566
592
|
|
|
@@ -588,7 +614,7 @@ ___
|
|
|
588
614
|
|
|
589
615
|
#### Defined in
|
|
590
616
|
|
|
591
|
-
[cloneSimple.ts:7](https://github.com/daysnap/utils/blob/
|
|
617
|
+
[cloneSimple.ts:7](https://github.com/daysnap/utils/blob/4b6486e/src/cloneSimple.ts#L7)
|
|
592
618
|
|
|
593
619
|
___
|
|
594
620
|
|
|
@@ -610,7 +636,7 @@ ___
|
|
|
610
636
|
|
|
611
637
|
#### Defined in
|
|
612
638
|
|
|
613
|
-
[createHexColorByHash.ts:4](https://github.com/daysnap/utils/blob/
|
|
639
|
+
[createHexColorByHash.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/createHexColorByHash.ts#L4)
|
|
614
640
|
|
|
615
641
|
___
|
|
616
642
|
|
|
@@ -636,7 +662,7 @@ ___
|
|
|
636
662
|
|
|
637
663
|
#### Defined in
|
|
638
664
|
|
|
639
|
-
[compareVersion.ts:9](https://github.com/daysnap/utils/blob/
|
|
665
|
+
[compareVersion.ts:9](https://github.com/daysnap/utils/blob/4b6486e/src/compareVersion.ts#L9)
|
|
640
666
|
|
|
641
667
|
___
|
|
642
668
|
|
|
@@ -659,7 +685,7 @@ ___
|
|
|
659
685
|
|
|
660
686
|
#### Defined in
|
|
661
687
|
|
|
662
|
-
[compressImage.ts:4](https://github.com/daysnap/utils/blob/
|
|
688
|
+
[compressImage.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/compressImage.ts#L4)
|
|
663
689
|
|
|
664
690
|
___
|
|
665
691
|
|
|
@@ -681,7 +707,7 @@ ___
|
|
|
681
707
|
|
|
682
708
|
#### Defined in
|
|
683
709
|
|
|
684
|
-
[crToBr.ts:4](https://github.com/daysnap/utils/blob/
|
|
710
|
+
[crToBr.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/crToBr.ts#L4)
|
|
685
711
|
|
|
686
712
|
___
|
|
687
713
|
|
|
@@ -709,7 +735,7 @@ readonly [(`value`: `T`) => `T`, () => `T`]
|
|
|
709
735
|
|
|
710
736
|
#### Defined in
|
|
711
737
|
|
|
712
|
-
[createFactory.ts:4](https://github.com/daysnap/utils/blob/
|
|
738
|
+
[createFactory.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/createFactory.ts#L4)
|
|
713
739
|
|
|
714
740
|
___
|
|
715
741
|
|
|
@@ -747,7 +773,7 @@ ___
|
|
|
747
773
|
|
|
748
774
|
#### Defined in
|
|
749
775
|
|
|
750
|
-
[createLinearFunction.ts:9](https://github.com/daysnap/utils/blob/
|
|
776
|
+
[createLinearFunction.ts:9](https://github.com/daysnap/utils/blob/4b6486e/src/createLinearFunction.ts#L9)
|
|
751
777
|
|
|
752
778
|
___
|
|
753
779
|
|
|
@@ -779,7 +805,7 @@ ___
|
|
|
779
805
|
|
|
780
806
|
#### Defined in
|
|
781
807
|
|
|
782
|
-
[trap.ts:49](https://github.com/daysnap/utils/blob/
|
|
808
|
+
[trap.ts:49](https://github.com/daysnap/utils/blob/4b6486e/src/trap.ts#L49)
|
|
783
809
|
|
|
784
810
|
___
|
|
785
811
|
|
|
@@ -842,7 +868,7 @@ fn() 执行的时候就会执行showLoading
|
|
|
842
868
|
|
|
843
869
|
#### Defined in
|
|
844
870
|
|
|
845
|
-
[createWithLoading.ts:11](https://github.com/daysnap/utils/blob/
|
|
871
|
+
[createWithLoading.ts:11](https://github.com/daysnap/utils/blob/4b6486e/src/createWithLoading.ts#L11)
|
|
846
872
|
|
|
847
873
|
___
|
|
848
874
|
|
|
@@ -864,7 +890,7 @@ ___
|
|
|
864
890
|
|
|
865
891
|
#### Defined in
|
|
866
892
|
|
|
867
|
-
[crlfToBr.ts:4](https://github.com/daysnap/utils/blob/
|
|
893
|
+
[crlfToBr.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/crlfToBr.ts#L4)
|
|
868
894
|
|
|
869
895
|
___
|
|
870
896
|
|
|
@@ -907,7 +933,7 @@ ___
|
|
|
907
933
|
|
|
908
934
|
#### Defined in
|
|
909
935
|
|
|
910
|
-
[debounce.ts:5](https://github.com/daysnap/utils/blob/
|
|
936
|
+
[debounce.ts:5](https://github.com/daysnap/utils/blob/4b6486e/src/debounce.ts#L5)
|
|
911
937
|
|
|
912
938
|
___
|
|
913
939
|
|
|
@@ -931,7 +957,7 @@ ___
|
|
|
931
957
|
|
|
932
958
|
#### Defined in
|
|
933
959
|
|
|
934
|
-
[downloadFile.ts:4](https://github.com/daysnap/utils/blob/
|
|
960
|
+
[downloadFile.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/downloadFile.ts#L4)
|
|
935
961
|
|
|
936
962
|
___
|
|
937
963
|
|
|
@@ -960,7 +986,7 @@ ___
|
|
|
960
986
|
|
|
961
987
|
#### Defined in
|
|
962
988
|
|
|
963
|
-
[each.ts:4](https://github.com/daysnap/utils/blob/
|
|
989
|
+
[each.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/each.ts#L4)
|
|
964
990
|
|
|
965
991
|
▸ **each**<`T`\>(`data`, `callback`): `void`
|
|
966
992
|
|
|
@@ -983,7 +1009,7 @@ ___
|
|
|
983
1009
|
|
|
984
1010
|
#### Defined in
|
|
985
1011
|
|
|
986
|
-
[each.ts:8](https://github.com/daysnap/utils/blob/
|
|
1012
|
+
[each.ts:8](https://github.com/daysnap/utils/blob/4b6486e/src/each.ts#L8)
|
|
987
1013
|
|
|
988
1014
|
___
|
|
989
1015
|
|
|
@@ -1001,7 +1027,7 @@ ___
|
|
|
1001
1027
|
|
|
1002
1028
|
#### Defined in
|
|
1003
1029
|
|
|
1004
|
-
[exitFullscreen.ts:6](https://github.com/daysnap/utils/blob/
|
|
1030
|
+
[exitFullscreen.ts:6](https://github.com/daysnap/utils/blob/4b6486e/src/exitFullscreen.ts#L6)
|
|
1005
1031
|
|
|
1006
1032
|
___
|
|
1007
1033
|
|
|
@@ -1030,7 +1056,7 @@ ___
|
|
|
1030
1056
|
|
|
1031
1057
|
#### Defined in
|
|
1032
1058
|
|
|
1033
|
-
[storage/factory.ts:11](https://github.com/daysnap/utils/blob/
|
|
1059
|
+
[storage/factory.ts:11](https://github.com/daysnap/utils/blob/4b6486e/src/storage/factory.ts#L11)
|
|
1034
1060
|
|
|
1035
1061
|
___
|
|
1036
1062
|
|
|
@@ -1052,7 +1078,7 @@ ___
|
|
|
1052
1078
|
|
|
1053
1079
|
#### Defined in
|
|
1054
1080
|
|
|
1055
|
-
[filterBankCardNo.ts:4](https://github.com/daysnap/utils/blob/
|
|
1081
|
+
[filterBankCardNo.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/filterBankCardNo.ts#L4)
|
|
1056
1082
|
|
|
1057
1083
|
___
|
|
1058
1084
|
|
|
@@ -1082,7 +1108,7 @@ ___
|
|
|
1082
1108
|
|
|
1083
1109
|
#### Defined in
|
|
1084
1110
|
|
|
1085
|
-
[crlfToBr.ts:12](https://github.com/daysnap/utils/blob/
|
|
1111
|
+
[crlfToBr.ts:12](https://github.com/daysnap/utils/blob/4b6486e/src/crlfToBr.ts#L12)
|
|
1086
1112
|
|
|
1087
1113
|
___
|
|
1088
1114
|
|
|
@@ -1104,7 +1130,7 @@ ___
|
|
|
1104
1130
|
|
|
1105
1131
|
#### Defined in
|
|
1106
1132
|
|
|
1107
|
-
[filterEmoji.ts:4](https://github.com/daysnap/utils/blob/
|
|
1133
|
+
[filterEmoji.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/filterEmoji.ts#L4)
|
|
1108
1134
|
|
|
1109
1135
|
___
|
|
1110
1136
|
|
|
@@ -1127,7 +1153,7 @@ ___
|
|
|
1127
1153
|
|
|
1128
1154
|
#### Defined in
|
|
1129
1155
|
|
|
1130
|
-
[filterEmptyValue.ts:12](https://github.com/daysnap/utils/blob/
|
|
1156
|
+
[filterEmptyValue.ts:12](https://github.com/daysnap/utils/blob/4b6486e/src/filterEmptyValue.ts#L12)
|
|
1131
1157
|
|
|
1132
1158
|
___
|
|
1133
1159
|
|
|
@@ -1150,7 +1176,7 @@ ___
|
|
|
1150
1176
|
|
|
1151
1177
|
#### Defined in
|
|
1152
1178
|
|
|
1153
|
-
[filterIdCard.ts:5](https://github.com/daysnap/utils/blob/
|
|
1179
|
+
[filterIdCard.ts:5](https://github.com/daysnap/utils/blob/4b6486e/src/filterIdCard.ts#L5)
|
|
1154
1180
|
|
|
1155
1181
|
___
|
|
1156
1182
|
|
|
@@ -1172,7 +1198,7 @@ ___
|
|
|
1172
1198
|
|
|
1173
1199
|
#### Defined in
|
|
1174
1200
|
|
|
1175
|
-
[filterName.ts:4](https://github.com/daysnap/utils/blob/
|
|
1201
|
+
[filterName.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/filterName.ts#L4)
|
|
1176
1202
|
|
|
1177
1203
|
___
|
|
1178
1204
|
|
|
@@ -1197,7 +1223,7 @@ filterPhone('13177778888', ' ') => 131 **** 8888
|
|
|
1197
1223
|
|
|
1198
1224
|
#### Defined in
|
|
1199
1225
|
|
|
1200
|
-
[filterPhone.ts:6](https://github.com/daysnap/utils/blob/
|
|
1226
|
+
[filterPhone.ts:6](https://github.com/daysnap/utils/blob/4b6486e/src/filterPhone.ts#L6)
|
|
1201
1227
|
|
|
1202
1228
|
___
|
|
1203
1229
|
|
|
@@ -1224,7 +1250,7 @@ str = '131****8888'
|
|
|
1224
1250
|
|
|
1225
1251
|
#### Defined in
|
|
1226
1252
|
|
|
1227
|
-
[filterString.ts:6](https://github.com/daysnap/utils/blob/
|
|
1253
|
+
[filterString.ts:6](https://github.com/daysnap/utils/blob/4b6486e/src/filterString.ts#L6)
|
|
1228
1254
|
|
|
1229
1255
|
___
|
|
1230
1256
|
|
|
@@ -1247,7 +1273,7 @@ ___
|
|
|
1247
1273
|
|
|
1248
1274
|
#### Defined in
|
|
1249
1275
|
|
|
1250
|
-
[formatAmount.ts:4](https://github.com/daysnap/utils/blob/
|
|
1276
|
+
[formatAmount.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/formatAmount.ts#L4)
|
|
1251
1277
|
|
|
1252
1278
|
___
|
|
1253
1279
|
|
|
@@ -1271,7 +1297,7 @@ ___
|
|
|
1271
1297
|
|
|
1272
1298
|
#### Defined in
|
|
1273
1299
|
|
|
1274
|
-
[formatDate.ts:7](https://github.com/daysnap/utils/blob/
|
|
1300
|
+
[formatDate.ts:7](https://github.com/daysnap/utils/blob/4b6486e/src/formatDate.ts#L7)
|
|
1275
1301
|
|
|
1276
1302
|
___
|
|
1277
1303
|
|
|
@@ -1302,7 +1328,7 @@ fix iOS 日期时间格式如果是 - 就会报错的问题
|
|
|
1302
1328
|
|
|
1303
1329
|
#### Defined in
|
|
1304
1330
|
|
|
1305
|
-
[formatDateStr.ts:6](https://github.com/daysnap/utils/blob/
|
|
1331
|
+
[formatDateStr.ts:6](https://github.com/daysnap/utils/blob/4b6486e/src/formatDateStr.ts#L6)
|
|
1306
1332
|
|
|
1307
1333
|
___
|
|
1308
1334
|
|
|
@@ -1322,7 +1348,7 @@ ___
|
|
|
1322
1348
|
|
|
1323
1349
|
#### Defined in
|
|
1324
1350
|
|
|
1325
|
-
[formartDateToZN.ts:4](https://github.com/daysnap/utils/blob/
|
|
1351
|
+
[formartDateToZN.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/formartDateToZN.ts#L4)
|
|
1326
1352
|
|
|
1327
1353
|
___
|
|
1328
1354
|
|
|
@@ -1345,7 +1371,7 @@ ___
|
|
|
1345
1371
|
|
|
1346
1372
|
#### Defined in
|
|
1347
1373
|
|
|
1348
|
-
[formatFileSize.ts:4](https://github.com/daysnap/utils/blob/
|
|
1374
|
+
[formatFileSize.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/formatFileSize.ts#L4)
|
|
1349
1375
|
|
|
1350
1376
|
___
|
|
1351
1377
|
|
|
@@ -1368,7 +1394,7 @@ yyyyMMdd -> yyyy-MM-dd
|
|
|
1368
1394
|
|
|
1369
1395
|
#### Defined in
|
|
1370
1396
|
|
|
1371
|
-
[formatGapDate.ts:4](https://github.com/daysnap/utils/blob/
|
|
1397
|
+
[formatGapDate.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/formatGapDate.ts#L4)
|
|
1372
1398
|
|
|
1373
1399
|
___
|
|
1374
1400
|
|
|
@@ -1393,7 +1419,7 @@ formatMessage({ a: '123', b: { ba: '456' } }, ['b.ba']) => '456'
|
|
|
1393
1419
|
|
|
1394
1420
|
#### Defined in
|
|
1395
1421
|
|
|
1396
|
-
[formatMessage.ts:11](https://github.com/daysnap/utils/blob/
|
|
1422
|
+
[formatMessage.ts:11](https://github.com/daysnap/utils/blob/4b6486e/src/formatMessage.ts#L11)
|
|
1397
1423
|
|
|
1398
1424
|
___
|
|
1399
1425
|
|
|
@@ -1425,7 +1451,7 @@ rest = { xxx: 1 }
|
|
|
1425
1451
|
|
|
1426
1452
|
#### Defined in
|
|
1427
1453
|
|
|
1428
|
-
[formatPathParams.ts:8](https://github.com/daysnap/utils/blob/
|
|
1454
|
+
[formatPathParams.ts:8](https://github.com/daysnap/utils/blob/4b6486e/src/formatPathParams.ts#L8)
|
|
1429
1455
|
|
|
1430
1456
|
___
|
|
1431
1457
|
|
|
@@ -1447,7 +1473,7 @@ ___
|
|
|
1447
1473
|
|
|
1448
1474
|
#### Defined in
|
|
1449
1475
|
|
|
1450
|
-
[getBlobByUrl.ts:4](https://github.com/daysnap/utils/blob/
|
|
1476
|
+
[getBlobByUrl.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/getBlobByUrl.ts#L4)
|
|
1451
1477
|
|
|
1452
1478
|
___
|
|
1453
1479
|
|
|
@@ -1470,7 +1496,7 @@ ___
|
|
|
1470
1496
|
|
|
1471
1497
|
#### Defined in
|
|
1472
1498
|
|
|
1473
|
-
[storage/index.ts:10](https://github.com/daysnap/utils/blob/
|
|
1499
|
+
[storage/index.ts:10](https://github.com/daysnap/utils/blob/4b6486e/src/storage/index.ts#L10)
|
|
1474
1500
|
|
|
1475
1501
|
___
|
|
1476
1502
|
|
|
@@ -1493,7 +1519,7 @@ ___
|
|
|
1493
1519
|
|
|
1494
1520
|
#### Defined in
|
|
1495
1521
|
|
|
1496
|
-
[getDateBoundsByMonths.ts:8](https://github.com/daysnap/utils/blob/
|
|
1522
|
+
[getDateBoundsByMonths.ts:8](https://github.com/daysnap/utils/blob/4b6486e/src/getDateBoundsByMonths.ts#L8)
|
|
1497
1523
|
|
|
1498
1524
|
▸ **getDateBoundsByMonths**(`monthsCount`, `date`, `fmt`): [`string`, `string`]
|
|
1499
1525
|
|
|
@@ -1511,7 +1537,7 @@ ___
|
|
|
1511
1537
|
|
|
1512
1538
|
#### Defined in
|
|
1513
1539
|
|
|
1514
|
-
[getDateBoundsByMonths.ts:12](https://github.com/daysnap/utils/blob/
|
|
1540
|
+
[getDateBoundsByMonths.ts:12](https://github.com/daysnap/utils/blob/4b6486e/src/getDateBoundsByMonths.ts#L12)
|
|
1515
1541
|
|
|
1516
1542
|
___
|
|
1517
1543
|
|
|
@@ -1533,7 +1559,7 @@ ___
|
|
|
1533
1559
|
|
|
1534
1560
|
#### Defined in
|
|
1535
1561
|
|
|
1536
|
-
[getDayMillisecond.ts:4](https://github.com/daysnap/utils/blob/
|
|
1562
|
+
[getDayMillisecond.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/getDayMillisecond.ts#L4)
|
|
1537
1563
|
|
|
1538
1564
|
___
|
|
1539
1565
|
|
|
@@ -1556,7 +1582,7 @@ ___
|
|
|
1556
1582
|
|
|
1557
1583
|
#### Defined in
|
|
1558
1584
|
|
|
1559
|
-
[getDaysOfMonth.ts:4](https://github.com/daysnap/utils/blob/
|
|
1585
|
+
[getDaysOfMonth.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/getDaysOfMonth.ts#L4)
|
|
1560
1586
|
|
|
1561
1587
|
___
|
|
1562
1588
|
|
|
@@ -1579,7 +1605,7 @@ ___
|
|
|
1579
1605
|
|
|
1580
1606
|
#### Defined in
|
|
1581
1607
|
|
|
1582
|
-
[getImageInfo.ts:4](https://github.com/daysnap/utils/blob/
|
|
1608
|
+
[getImageInfo.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/getImageInfo.ts#L4)
|
|
1583
1609
|
|
|
1584
1610
|
___
|
|
1585
1611
|
|
|
@@ -1602,7 +1628,7 @@ ___
|
|
|
1602
1628
|
|
|
1603
1629
|
#### Defined in
|
|
1604
1630
|
|
|
1605
|
-
[storage/index.ts:10](https://github.com/daysnap/utils/blob/
|
|
1631
|
+
[storage/index.ts:10](https://github.com/daysnap/utils/blob/4b6486e/src/storage/index.ts#L10)
|
|
1606
1632
|
|
|
1607
1633
|
___
|
|
1608
1634
|
|
|
@@ -1624,7 +1650,7 @@ ___
|
|
|
1624
1650
|
|
|
1625
1651
|
#### Defined in
|
|
1626
1652
|
|
|
1627
|
-
[getMonthBounds.ts:7](https://github.com/daysnap/utils/blob/
|
|
1653
|
+
[getMonthBounds.ts:7](https://github.com/daysnap/utils/blob/4b6486e/src/getMonthBounds.ts#L7)
|
|
1628
1654
|
|
|
1629
1655
|
▸ **getMonthBounds**(`value`, `fmt`): [`string`, `string`]
|
|
1630
1656
|
|
|
@@ -1641,7 +1667,7 @@ ___
|
|
|
1641
1667
|
|
|
1642
1668
|
#### Defined in
|
|
1643
1669
|
|
|
1644
|
-
[getMonthBounds.ts:8](https://github.com/daysnap/utils/blob/
|
|
1670
|
+
[getMonthBounds.ts:8](https://github.com/daysnap/utils/blob/4b6486e/src/getMonthBounds.ts#L8)
|
|
1645
1671
|
|
|
1646
1672
|
___
|
|
1647
1673
|
|
|
@@ -1664,7 +1690,7 @@ ___
|
|
|
1664
1690
|
|
|
1665
1691
|
#### Defined in
|
|
1666
1692
|
|
|
1667
|
-
[getRandom.ts:7](https://github.com/daysnap/utils/blob/
|
|
1693
|
+
[getRandom.ts:7](https://github.com/daysnap/utils/blob/4b6486e/src/getRandom.ts#L7)
|
|
1668
1694
|
|
|
1669
1695
|
___
|
|
1670
1696
|
|
|
@@ -1680,7 +1706,7 @@ ___
|
|
|
1680
1706
|
|
|
1681
1707
|
#### Defined in
|
|
1682
1708
|
|
|
1683
|
-
[getRandomColor.ts:4](https://github.com/daysnap/utils/blob/
|
|
1709
|
+
[getRandomColor.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/getRandomColor.ts#L4)
|
|
1684
1710
|
|
|
1685
1711
|
___
|
|
1686
1712
|
|
|
@@ -1702,7 +1728,7 @@ ___
|
|
|
1702
1728
|
|
|
1703
1729
|
#### Defined in
|
|
1704
1730
|
|
|
1705
|
-
[getRandomNumber.ts:7](https://github.com/daysnap/utils/blob/
|
|
1731
|
+
[getRandomNumber.ts:7](https://github.com/daysnap/utils/blob/4b6486e/src/getRandomNumber.ts#L7)
|
|
1706
1732
|
|
|
1707
1733
|
___
|
|
1708
1734
|
|
|
@@ -1725,7 +1751,7 @@ ___
|
|
|
1725
1751
|
|
|
1726
1752
|
#### Defined in
|
|
1727
1753
|
|
|
1728
|
-
[getRangeDate.ts:7](https://github.com/daysnap/utils/blob/
|
|
1754
|
+
[getRangeDate.ts:7](https://github.com/daysnap/utils/blob/4b6486e/src/getRangeDate.ts#L7)
|
|
1729
1755
|
|
|
1730
1756
|
▸ **getRangeDate**(`sv`, `ev`, `fmt`): `string`[]
|
|
1731
1757
|
|
|
@@ -1743,7 +1769,7 @@ ___
|
|
|
1743
1769
|
|
|
1744
1770
|
#### Defined in
|
|
1745
1771
|
|
|
1746
|
-
[getRangeDate.ts:11](https://github.com/daysnap/utils/blob/
|
|
1772
|
+
[getRangeDate.ts:11](https://github.com/daysnap/utils/blob/4b6486e/src/getRangeDate.ts#L11)
|
|
1747
1773
|
|
|
1748
1774
|
___
|
|
1749
1775
|
|
|
@@ -1759,7 +1785,7 @@ ___
|
|
|
1759
1785
|
|
|
1760
1786
|
#### Defined in
|
|
1761
1787
|
|
|
1762
|
-
[getScrollTop.ts:4](https://github.com/daysnap/utils/blob/
|
|
1788
|
+
[getScrollTop.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/getScrollTop.ts#L4)
|
|
1763
1789
|
|
|
1764
1790
|
___
|
|
1765
1791
|
|
|
@@ -1781,7 +1807,7 @@ ___
|
|
|
1781
1807
|
|
|
1782
1808
|
#### Defined in
|
|
1783
1809
|
|
|
1784
|
-
[getVideoInfo.ts:4](https://github.com/daysnap/utils/blob/
|
|
1810
|
+
[getVideoInfo.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/getVideoInfo.ts#L4)
|
|
1785
1811
|
|
|
1786
1812
|
___
|
|
1787
1813
|
|
|
@@ -1804,7 +1830,7 @@ ___
|
|
|
1804
1830
|
|
|
1805
1831
|
#### Defined in
|
|
1806
1832
|
|
|
1807
|
-
[getWeekBounds.ts:7](https://github.com/daysnap/utils/blob/
|
|
1833
|
+
[getWeekBounds.ts:7](https://github.com/daysnap/utils/blob/4b6486e/src/getWeekBounds.ts#L7)
|
|
1808
1834
|
|
|
1809
1835
|
▸ **getWeekBounds**(`value`, `sundayIsFirstDay`, `fmt`): [`string`, `string`]
|
|
1810
1836
|
|
|
@@ -1822,7 +1848,7 @@ ___
|
|
|
1822
1848
|
|
|
1823
1849
|
#### Defined in
|
|
1824
1850
|
|
|
1825
|
-
[getWeekBounds.ts:11](https://github.com/daysnap/utils/blob/
|
|
1851
|
+
[getWeekBounds.ts:11](https://github.com/daysnap/utils/blob/4b6486e/src/getWeekBounds.ts#L11)
|
|
1826
1852
|
|
|
1827
1853
|
___
|
|
1828
1854
|
|
|
@@ -1845,7 +1871,7 @@ ___
|
|
|
1845
1871
|
|
|
1846
1872
|
#### Defined in
|
|
1847
1873
|
|
|
1848
|
-
[getWeekday.ts:6](https://github.com/daysnap/utils/blob/
|
|
1874
|
+
[getWeekday.ts:6](https://github.com/daysnap/utils/blob/4b6486e/src/getWeekday.ts#L6)
|
|
1849
1875
|
|
|
1850
1876
|
___
|
|
1851
1877
|
|
|
@@ -1861,7 +1887,7 @@ ___
|
|
|
1861
1887
|
|
|
1862
1888
|
#### Defined in
|
|
1863
1889
|
|
|
1864
|
-
[inBrowser.ts:4](https://github.com/daysnap/utils/blob/
|
|
1890
|
+
[inBrowser.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/inBrowser.ts#L4)
|
|
1865
1891
|
|
|
1866
1892
|
___
|
|
1867
1893
|
|
|
@@ -1883,7 +1909,7 @@ ___
|
|
|
1883
1909
|
|
|
1884
1910
|
#### Defined in
|
|
1885
1911
|
|
|
1886
|
-
[insertLink.ts:4](https://github.com/daysnap/utils/blob/
|
|
1912
|
+
[insertLink.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/insertLink.ts#L4)
|
|
1887
1913
|
|
|
1888
1914
|
▸ **insertLink**(`href`, `callback`): `void`
|
|
1889
1915
|
|
|
@@ -1900,7 +1926,7 @@ ___
|
|
|
1900
1926
|
|
|
1901
1927
|
#### Defined in
|
|
1902
1928
|
|
|
1903
|
-
[insertLink.ts:5](https://github.com/daysnap/utils/blob/
|
|
1929
|
+
[insertLink.ts:5](https://github.com/daysnap/utils/blob/4b6486e/src/insertLink.ts#L5)
|
|
1904
1930
|
|
|
1905
1931
|
___
|
|
1906
1932
|
|
|
@@ -1922,7 +1948,7 @@ ___
|
|
|
1922
1948
|
|
|
1923
1949
|
#### Defined in
|
|
1924
1950
|
|
|
1925
|
-
[insertScript.ts:4](https://github.com/daysnap/utils/blob/
|
|
1951
|
+
[insertScript.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/insertScript.ts#L4)
|
|
1926
1952
|
|
|
1927
1953
|
▸ **insertScript**(`src`, `callback`): `void`
|
|
1928
1954
|
|
|
@@ -1939,7 +1965,7 @@ ___
|
|
|
1939
1965
|
|
|
1940
1966
|
#### Defined in
|
|
1941
1967
|
|
|
1942
|
-
[insertScript.ts:5](https://github.com/daysnap/utils/blob/
|
|
1968
|
+
[insertScript.ts:5](https://github.com/daysnap/utils/blob/4b6486e/src/insertScript.ts#L5)
|
|
1943
1969
|
|
|
1944
1970
|
___
|
|
1945
1971
|
|
|
@@ -1961,7 +1987,7 @@ ___
|
|
|
1961
1987
|
|
|
1962
1988
|
#### Defined in
|
|
1963
1989
|
|
|
1964
|
-
[insertStyle.ts:4](https://github.com/daysnap/utils/blob/
|
|
1990
|
+
[insertStyle.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/insertStyle.ts#L4)
|
|
1965
1991
|
|
|
1966
1992
|
___
|
|
1967
1993
|
|
|
@@ -1990,7 +2016,7 @@ isAmount('1.123') => false
|
|
|
1990
2016
|
|
|
1991
2017
|
#### Defined in
|
|
1992
2018
|
|
|
1993
|
-
[isAmount.ts:11](https://github.com/daysnap/utils/blob/
|
|
2019
|
+
[isAmount.ts:11](https://github.com/daysnap/utils/blob/4b6486e/src/isAmount.ts#L11)
|
|
1994
2020
|
|
|
1995
2021
|
___
|
|
1996
2022
|
|
|
@@ -2006,7 +2032,7 @@ ___
|
|
|
2006
2032
|
|
|
2007
2033
|
#### Defined in
|
|
2008
2034
|
|
|
2009
|
-
[isAndroid.ts:4](https://github.com/daysnap/utils/blob/
|
|
2035
|
+
[isAndroid.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/isAndroid.ts#L4)
|
|
2010
2036
|
|
|
2011
2037
|
___
|
|
2012
2038
|
|
|
@@ -2030,7 +2056,7 @@ val is any[]
|
|
|
2030
2056
|
|
|
2031
2057
|
#### Defined in
|
|
2032
2058
|
|
|
2033
|
-
[isArray.ts:6](https://github.com/daysnap/utils/blob/
|
|
2059
|
+
[isArray.ts:6](https://github.com/daysnap/utils/blob/4b6486e/src/isArray.ts#L6)
|
|
2034
2060
|
|
|
2035
2061
|
___
|
|
2036
2062
|
|
|
@@ -2052,7 +2078,7 @@ val is boolean
|
|
|
2052
2078
|
|
|
2053
2079
|
#### Defined in
|
|
2054
2080
|
|
|
2055
|
-
[isBoolean.ts:5](https://github.com/daysnap/utils/blob/
|
|
2081
|
+
[isBoolean.ts:5](https://github.com/daysnap/utils/blob/4b6486e/src/isBoolean.ts#L5)
|
|
2056
2082
|
|
|
2057
2083
|
___
|
|
2058
2084
|
|
|
@@ -2074,7 +2100,7 @@ ___
|
|
|
2074
2100
|
|
|
2075
2101
|
#### Defined in
|
|
2076
2102
|
|
|
2077
|
-
[isChinese.ts:4](https://github.com/daysnap/utils/blob/
|
|
2103
|
+
[isChinese.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/isChinese.ts#L4)
|
|
2078
2104
|
|
|
2079
2105
|
___
|
|
2080
2106
|
|
|
@@ -2096,7 +2122,7 @@ val is Date
|
|
|
2096
2122
|
|
|
2097
2123
|
#### Defined in
|
|
2098
2124
|
|
|
2099
|
-
[isDate.ts:4](https://github.com/daysnap/utils/blob/
|
|
2125
|
+
[isDate.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/isDate.ts#L4)
|
|
2100
2126
|
|
|
2101
2127
|
___
|
|
2102
2128
|
|
|
@@ -2118,7 +2144,7 @@ ___
|
|
|
2118
2144
|
|
|
2119
2145
|
#### Defined in
|
|
2120
2146
|
|
|
2121
|
-
[isEmail.ts:4](https://github.com/daysnap/utils/blob/
|
|
2147
|
+
[isEmail.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/isEmail.ts#L4)
|
|
2122
2148
|
|
|
2123
2149
|
___
|
|
2124
2150
|
|
|
@@ -2140,7 +2166,7 @@ ___
|
|
|
2140
2166
|
|
|
2141
2167
|
#### Defined in
|
|
2142
2168
|
|
|
2143
|
-
[isEmpty.ts:6](https://github.com/daysnap/utils/blob/
|
|
2169
|
+
[isEmpty.ts:6](https://github.com/daysnap/utils/blob/4b6486e/src/isEmpty.ts#L6)
|
|
2144
2170
|
|
|
2145
2171
|
___
|
|
2146
2172
|
|
|
@@ -2162,7 +2188,7 @@ ___
|
|
|
2162
2188
|
|
|
2163
2189
|
#### Defined in
|
|
2164
2190
|
|
|
2165
|
-
[isEmptyArray.ts:6](https://github.com/daysnap/utils/blob/
|
|
2191
|
+
[isEmptyArray.ts:6](https://github.com/daysnap/utils/blob/4b6486e/src/isEmptyArray.ts#L6)
|
|
2166
2192
|
|
|
2167
2193
|
___
|
|
2168
2194
|
|
|
@@ -2184,7 +2210,7 @@ ___
|
|
|
2184
2210
|
|
|
2185
2211
|
#### Defined in
|
|
2186
2212
|
|
|
2187
|
-
[isEmptyObject.ts:5](https://github.com/daysnap/utils/blob/
|
|
2213
|
+
[isEmptyObject.ts:5](https://github.com/daysnap/utils/blob/4b6486e/src/isEmptyObject.ts#L5)
|
|
2188
2214
|
|
|
2189
2215
|
___
|
|
2190
2216
|
|
|
@@ -2206,7 +2232,7 @@ val is Error
|
|
|
2206
2232
|
|
|
2207
2233
|
#### Defined in
|
|
2208
2234
|
|
|
2209
|
-
[isError.ts:4](https://github.com/daysnap/utils/blob/
|
|
2235
|
+
[isError.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/isError.ts#L4)
|
|
2210
2236
|
|
|
2211
2237
|
___
|
|
2212
2238
|
|
|
@@ -2228,7 +2254,7 @@ val is Function
|
|
|
2228
2254
|
|
|
2229
2255
|
#### Defined in
|
|
2230
2256
|
|
|
2231
|
-
[isFunction.ts:4](https://github.com/daysnap/utils/blob/
|
|
2257
|
+
[isFunction.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/isFunction.ts#L4)
|
|
2232
2258
|
|
|
2233
2259
|
___
|
|
2234
2260
|
|
|
@@ -2246,7 +2272,7 @@ ___
|
|
|
2246
2272
|
|
|
2247
2273
|
#### Defined in
|
|
2248
2274
|
|
|
2249
|
-
[isIE.ts:6](https://github.com/daysnap/utils/blob/
|
|
2275
|
+
[isIE.ts:6](https://github.com/daysnap/utils/blob/4b6486e/src/isIE.ts#L6)
|
|
2250
2276
|
|
|
2251
2277
|
___
|
|
2252
2278
|
|
|
@@ -2262,7 +2288,7 @@ ___
|
|
|
2262
2288
|
|
|
2263
2289
|
#### Defined in
|
|
2264
2290
|
|
|
2265
|
-
[isIOS.ts:4](https://github.com/daysnap/utils/blob/
|
|
2291
|
+
[isIOS.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/isIOS.ts#L4)
|
|
2266
2292
|
|
|
2267
2293
|
___
|
|
2268
2294
|
|
|
@@ -2284,7 +2310,7 @@ ___
|
|
|
2284
2310
|
|
|
2285
2311
|
#### Defined in
|
|
2286
2312
|
|
|
2287
|
-
[isIdCard.ts:4](https://github.com/daysnap/utils/blob/
|
|
2313
|
+
[isIdCard.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/isIdCard.ts#L4)
|
|
2288
2314
|
|
|
2289
2315
|
___
|
|
2290
2316
|
|
|
@@ -2306,7 +2332,7 @@ ___
|
|
|
2306
2332
|
|
|
2307
2333
|
#### Defined in
|
|
2308
2334
|
|
|
2309
|
-
[isJSONString.ts:7](https://github.com/daysnap/utils/blob/
|
|
2335
|
+
[isJSONString.ts:7](https://github.com/daysnap/utils/blob/4b6486e/src/isJSONString.ts#L7)
|
|
2310
2336
|
|
|
2311
2337
|
___
|
|
2312
2338
|
|
|
@@ -2328,7 +2354,7 @@ ___
|
|
|
2328
2354
|
|
|
2329
2355
|
#### Defined in
|
|
2330
2356
|
|
|
2331
|
-
[isLan.ts:5](https://github.com/daysnap/utils/blob/
|
|
2357
|
+
[isLan.ts:5](https://github.com/daysnap/utils/blob/4b6486e/src/isLan.ts#L5)
|
|
2332
2358
|
|
|
2333
2359
|
___
|
|
2334
2360
|
|
|
@@ -2351,7 +2377,7 @@ ___
|
|
|
2351
2377
|
|
|
2352
2378
|
#### Defined in
|
|
2353
2379
|
|
|
2354
|
-
[isLeapYear.ts:5](https://github.com/daysnap/utils/blob/
|
|
2380
|
+
[isLeapYear.ts:5](https://github.com/daysnap/utils/blob/4b6486e/src/isLeapYear.ts#L5)
|
|
2355
2381
|
|
|
2356
2382
|
___
|
|
2357
2383
|
|
|
@@ -2373,7 +2399,7 @@ ___
|
|
|
2373
2399
|
|
|
2374
2400
|
#### Defined in
|
|
2375
2401
|
|
|
2376
|
-
[isLicenseCode.ts:5](https://github.com/daysnap/utils/blob/
|
|
2402
|
+
[isLicenseCode.ts:5](https://github.com/daysnap/utils/blob/4b6486e/src/isLicenseCode.ts#L5)
|
|
2377
2403
|
|
|
2378
2404
|
___
|
|
2379
2405
|
|
|
@@ -2389,7 +2415,7 @@ ___
|
|
|
2389
2415
|
|
|
2390
2416
|
#### Defined in
|
|
2391
2417
|
|
|
2392
|
-
[isMobile.ts:4](https://github.com/daysnap/utils/blob/
|
|
2418
|
+
[isMobile.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/isMobile.ts#L4)
|
|
2393
2419
|
|
|
2394
2420
|
___
|
|
2395
2421
|
|
|
@@ -2412,7 +2438,7 @@ ___
|
|
|
2412
2438
|
|
|
2413
2439
|
#### Defined in
|
|
2414
2440
|
|
|
2415
|
-
[isNativeFunction.ts:7](https://github.com/daysnap/utils/blob/
|
|
2441
|
+
[isNativeFunction.ts:7](https://github.com/daysnap/utils/blob/4b6486e/src/isNativeFunction.ts#L7)
|
|
2416
2442
|
|
|
2417
2443
|
___
|
|
2418
2444
|
|
|
@@ -2434,7 +2460,7 @@ val is null
|
|
|
2434
2460
|
|
|
2435
2461
|
#### Defined in
|
|
2436
2462
|
|
|
2437
|
-
[isNull.ts:4](https://github.com/daysnap/utils/blob/
|
|
2463
|
+
[isNull.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/isNull.ts#L4)
|
|
2438
2464
|
|
|
2439
2465
|
___
|
|
2440
2466
|
|
|
@@ -2456,7 +2482,7 @@ val is number
|
|
|
2456
2482
|
|
|
2457
2483
|
#### Defined in
|
|
2458
2484
|
|
|
2459
|
-
[isNumber.ts:5](https://github.com/daysnap/utils/blob/
|
|
2485
|
+
[isNumber.ts:5](https://github.com/daysnap/utils/blob/4b6486e/src/isNumber.ts#L5)
|
|
2460
2486
|
|
|
2461
2487
|
___
|
|
2462
2488
|
|
|
@@ -2478,7 +2504,7 @@ val is Record<string, any\>
|
|
|
2478
2504
|
|
|
2479
2505
|
#### Defined in
|
|
2480
2506
|
|
|
2481
|
-
[isObject.ts:4](https://github.com/daysnap/utils/blob/
|
|
2507
|
+
[isObject.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/isObject.ts#L4)
|
|
2482
2508
|
|
|
2483
2509
|
___
|
|
2484
2510
|
|
|
@@ -2500,7 +2526,7 @@ ___
|
|
|
2500
2526
|
|
|
2501
2527
|
#### Defined in
|
|
2502
2528
|
|
|
2503
|
-
[isPhone.ts:4](https://github.com/daysnap/utils/blob/
|
|
2529
|
+
[isPhone.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/isPhone.ts#L4)
|
|
2504
2530
|
|
|
2505
2531
|
___
|
|
2506
2532
|
|
|
@@ -2528,7 +2554,7 @@ val is Promise<T\>
|
|
|
2528
2554
|
|
|
2529
2555
|
#### Defined in
|
|
2530
2556
|
|
|
2531
|
-
[isPromise.ts:4](https://github.com/daysnap/utils/blob/
|
|
2557
|
+
[isPromise.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/isPromise.ts#L4)
|
|
2532
2558
|
|
|
2533
2559
|
___
|
|
2534
2560
|
|
|
@@ -2550,7 +2576,7 @@ val is RegExp
|
|
|
2550
2576
|
|
|
2551
2577
|
#### Defined in
|
|
2552
2578
|
|
|
2553
|
-
[isRegExp.ts:4](https://github.com/daysnap/utils/blob/
|
|
2579
|
+
[isRegExp.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/isRegExp.ts#L4)
|
|
2554
2580
|
|
|
2555
2581
|
___
|
|
2556
2582
|
|
|
@@ -2572,7 +2598,7 @@ val is string
|
|
|
2572
2598
|
|
|
2573
2599
|
#### Defined in
|
|
2574
2600
|
|
|
2575
|
-
[isString.ts:4](https://github.com/daysnap/utils/blob/
|
|
2601
|
+
[isString.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/isString.ts#L4)
|
|
2576
2602
|
|
|
2577
2603
|
___
|
|
2578
2604
|
|
|
@@ -2601,7 +2627,7 @@ val is T
|
|
|
2601
2627
|
|
|
2602
2628
|
#### Defined in
|
|
2603
2629
|
|
|
2604
|
-
[isType.ts:4](https://github.com/daysnap/utils/blob/
|
|
2630
|
+
[isType.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/isType.ts#L4)
|
|
2605
2631
|
|
|
2606
2632
|
___
|
|
2607
2633
|
|
|
@@ -2623,7 +2649,7 @@ val is undefined
|
|
|
2623
2649
|
|
|
2624
2650
|
#### Defined in
|
|
2625
2651
|
|
|
2626
|
-
[isUndefined.ts:4](https://github.com/daysnap/utils/blob/
|
|
2652
|
+
[isUndefined.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/isUndefined.ts#L4)
|
|
2627
2653
|
|
|
2628
2654
|
___
|
|
2629
2655
|
|
|
@@ -2667,7 +2693,7 @@ ___
|
|
|
2667
2693
|
|
|
2668
2694
|
#### Defined in
|
|
2669
2695
|
|
|
2670
|
-
[isValidDate.ts:6](https://github.com/daysnap/utils/blob/
|
|
2696
|
+
[isValidDate.ts:6](https://github.com/daysnap/utils/blob/4b6486e/src/isValidDate.ts#L6)
|
|
2671
2697
|
|
|
2672
2698
|
___
|
|
2673
2699
|
|
|
@@ -2683,7 +2709,7 @@ ___
|
|
|
2683
2709
|
|
|
2684
2710
|
#### Defined in
|
|
2685
2711
|
|
|
2686
|
-
[isWeChat.ts:4](https://github.com/daysnap/utils/blob/
|
|
2712
|
+
[isWeChat.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/isWeChat.ts#L4)
|
|
2687
2713
|
|
|
2688
2714
|
___
|
|
2689
2715
|
|
|
@@ -2700,7 +2726,7 @@ https://developers.weixin.qq.com/miniprogram/dev/component/web-view.html
|
|
|
2700
2726
|
|
|
2701
2727
|
#### Defined in
|
|
2702
2728
|
|
|
2703
|
-
[isWeChatMiniProgram.ts:5](https://github.com/daysnap/utils/blob/
|
|
2729
|
+
[isWeChatMiniProgram.ts:5](https://github.com/daysnap/utils/blob/4b6486e/src/isWeChatMiniProgram.ts#L5)
|
|
2704
2730
|
|
|
2705
2731
|
___
|
|
2706
2732
|
|
|
@@ -2724,7 +2750,7 @@ ___
|
|
|
2724
2750
|
|
|
2725
2751
|
#### Defined in
|
|
2726
2752
|
|
|
2727
|
-
[isWeChat.ts:12](https://github.com/daysnap/utils/blob/
|
|
2753
|
+
[isWeChat.ts:12](https://github.com/daysnap/utils/blob/4b6486e/src/isWeChat.ts#L12)
|
|
2728
2754
|
|
|
2729
2755
|
___
|
|
2730
2756
|
|
|
@@ -2746,7 +2772,7 @@ val is Window
|
|
|
2746
2772
|
|
|
2747
2773
|
#### Defined in
|
|
2748
2774
|
|
|
2749
|
-
[isWindow.ts:5](https://github.com/daysnap/utils/blob/
|
|
2775
|
+
[isWindow.ts:5](https://github.com/daysnap/utils/blob/4b6486e/src/isWindow.ts#L5)
|
|
2750
2776
|
|
|
2751
2777
|
___
|
|
2752
2778
|
|
|
@@ -2769,7 +2795,7 @@ kebabCase('helloWorld') => hello-world
|
|
|
2769
2795
|
|
|
2770
2796
|
#### Defined in
|
|
2771
2797
|
|
|
2772
|
-
[kebabCase.ts:5](https://github.com/daysnap/utils/blob/
|
|
2798
|
+
[kebabCase.ts:5](https://github.com/daysnap/utils/blob/4b6486e/src/kebabCase.ts#L5)
|
|
2773
2799
|
|
|
2774
2800
|
___
|
|
2775
2801
|
|
|
@@ -2791,7 +2817,7 @@ ___
|
|
|
2791
2817
|
|
|
2792
2818
|
#### Defined in
|
|
2793
2819
|
|
|
2794
|
-
[lfToBr.ts:4](https://github.com/daysnap/utils/blob/
|
|
2820
|
+
[lfToBr.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/lfToBr.ts#L4)
|
|
2795
2821
|
|
|
2796
2822
|
___
|
|
2797
2823
|
|
|
@@ -2813,7 +2839,7 @@ list 生成器,快速生成数据
|
|
|
2813
2839
|
|
|
2814
2840
|
#### Defined in
|
|
2815
2841
|
|
|
2816
|
-
[listGenerator.ts:5](https://github.com/daysnap/utils/blob/
|
|
2842
|
+
[listGenerator.ts:5](https://github.com/daysnap/utils/blob/4b6486e/src/listGenerator.ts#L5)
|
|
2817
2843
|
|
|
2818
2844
|
▸ **listGenerator**<`T`\>(`length`, `fn`): `T`[]
|
|
2819
2845
|
|
|
@@ -2836,7 +2862,7 @@ list 生成器,快速生成数据
|
|
|
2836
2862
|
|
|
2837
2863
|
#### Defined in
|
|
2838
2864
|
|
|
2839
|
-
[listGenerator.ts:6](https://github.com/daysnap/utils/blob/
|
|
2865
|
+
[listGenerator.ts:6](https://github.com/daysnap/utils/blob/4b6486e/src/listGenerator.ts#L6)
|
|
2840
2866
|
|
|
2841
2867
|
___
|
|
2842
2868
|
|
|
@@ -2856,7 +2882,7 @@ ___
|
|
|
2856
2882
|
|
|
2857
2883
|
#### Defined in
|
|
2858
2884
|
|
|
2859
|
-
[makePhoneCall.ts:1](https://github.com/daysnap/utils/blob/
|
|
2885
|
+
[makePhoneCall.ts:1](https://github.com/daysnap/utils/blob/4b6486e/src/makePhoneCall.ts#L1)
|
|
2860
2886
|
|
|
2861
2887
|
___
|
|
2862
2888
|
|
|
@@ -2881,7 +2907,7 @@ ___
|
|
|
2881
2907
|
|
|
2882
2908
|
#### Defined in
|
|
2883
2909
|
|
|
2884
|
-
[mousewheel.ts:22](https://github.com/daysnap/utils/blob/
|
|
2910
|
+
[mousewheel.ts:22](https://github.com/daysnap/utils/blob/4b6486e/src/mousewheel.ts#L22)
|
|
2885
2911
|
|
|
2886
2912
|
___
|
|
2887
2913
|
|
|
@@ -2897,7 +2923,7 @@ ___
|
|
|
2897
2923
|
|
|
2898
2924
|
#### Defined in
|
|
2899
2925
|
|
|
2900
|
-
[nf.ts:4](https://github.com/daysnap/utils/blob/
|
|
2926
|
+
[nf.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/nf.ts#L4)
|
|
2901
2927
|
|
|
2902
2928
|
___
|
|
2903
2929
|
|
|
@@ -2921,7 +2947,7 @@ fix iOS 日期时间格式如果类似是 2020-12-12 12:12:12 就会报错的问
|
|
|
2921
2947
|
|
|
2922
2948
|
#### Defined in
|
|
2923
2949
|
|
|
2924
|
-
[normalizeDate.ts:8](https://github.com/daysnap/utils/blob/
|
|
2950
|
+
[normalizeDate.ts:8](https://github.com/daysnap/utils/blob/4b6486e/src/normalizeDate.ts#L8)
|
|
2925
2951
|
|
|
2926
2952
|
___
|
|
2927
2953
|
|
|
@@ -2943,7 +2969,7 @@ ___
|
|
|
2943
2969
|
|
|
2944
2970
|
#### Defined in
|
|
2945
2971
|
|
|
2946
|
-
[normalizePath.ts:4](https://github.com/daysnap/utils/blob/
|
|
2972
|
+
[normalizePath.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/normalizePath.ts#L4)
|
|
2947
2973
|
|
|
2948
2974
|
___
|
|
2949
2975
|
|
|
@@ -2965,7 +2991,7 @@ ___
|
|
|
2965
2991
|
|
|
2966
2992
|
#### Defined in
|
|
2967
2993
|
|
|
2968
|
-
[numberToLetter.ts:4](https://github.com/daysnap/utils/blob/
|
|
2994
|
+
[numberToLetter.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/numberToLetter.ts#L4)
|
|
2969
2995
|
|
|
2970
2996
|
___
|
|
2971
2997
|
|
|
@@ -2995,7 +3021,7 @@ ___
|
|
|
2995
3021
|
|
|
2996
3022
|
#### Defined in
|
|
2997
3023
|
|
|
2998
|
-
[omit.ts:4](https://github.com/daysnap/utils/blob/
|
|
3024
|
+
[omit.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/omit.ts#L4)
|
|
2999
3025
|
|
|
3000
3026
|
___
|
|
3001
3027
|
|
|
@@ -3026,7 +3052,7 @@ omitBy(object, isNumber);
|
|
|
3026
3052
|
|
|
3027
3053
|
#### Defined in
|
|
3028
3054
|
|
|
3029
|
-
[omitBy.ts:6](https://github.com/daysnap/utils/blob/
|
|
3055
|
+
[omitBy.ts:6](https://github.com/daysnap/utils/blob/4b6486e/src/omitBy.ts#L6)
|
|
3030
3056
|
|
|
3031
3057
|
___
|
|
3032
3058
|
|
|
@@ -3050,7 +3076,7 @@ ___
|
|
|
3050
3076
|
|
|
3051
3077
|
#### Defined in
|
|
3052
3078
|
|
|
3053
|
-
[padding.ts:7](https://github.com/daysnap/utils/blob/
|
|
3079
|
+
[padding.ts:7](https://github.com/daysnap/utils/blob/4b6486e/src/padding.ts#L7)
|
|
3054
3080
|
|
|
3055
3081
|
___
|
|
3056
3082
|
|
|
@@ -3076,7 +3102,7 @@ ___
|
|
|
3076
3102
|
|
|
3077
3103
|
#### Defined in
|
|
3078
3104
|
|
|
3079
|
-
[parseDate.ts:5](https://github.com/daysnap/utils/blob/
|
|
3105
|
+
[parseDate.ts:5](https://github.com/daysnap/utils/blob/4b6486e/src/parseDate.ts#L5)
|
|
3080
3106
|
|
|
3081
3107
|
___
|
|
3082
3108
|
|
|
@@ -3102,7 +3128,7 @@ ___
|
|
|
3102
3128
|
|
|
3103
3129
|
#### Defined in
|
|
3104
3130
|
|
|
3105
|
-
[parseDecimalString.ts:5](https://github.com/daysnap/utils/blob/
|
|
3131
|
+
[parseDecimalString.ts:5](https://github.com/daysnap/utils/blob/4b6486e/src/parseDecimalString.ts#L5)
|
|
3106
3132
|
|
|
3107
3133
|
___
|
|
3108
3134
|
|
|
@@ -3125,7 +3151,7 @@ ___
|
|
|
3125
3151
|
|
|
3126
3152
|
#### Defined in
|
|
3127
3153
|
|
|
3128
|
-
[parseError.ts:8](https://github.com/daysnap/utils/blob/
|
|
3154
|
+
[parseError.ts:8](https://github.com/daysnap/utils/blob/4b6486e/src/parseError.ts#L8)
|
|
3129
3155
|
|
|
3130
3156
|
___
|
|
3131
3157
|
|
|
@@ -3150,7 +3176,7 @@ x0123 => ''
|
|
|
3150
3176
|
|
|
3151
3177
|
#### Defined in
|
|
3152
3178
|
|
|
3153
|
-
[parseNumberString.ts:7](https://github.com/daysnap/utils/blob/
|
|
3179
|
+
[parseNumberString.ts:7](https://github.com/daysnap/utils/blob/4b6486e/src/parseNumberString.ts#L7)
|
|
3154
3180
|
|
|
3155
3181
|
___
|
|
3156
3182
|
|
|
@@ -3180,7 +3206,7 @@ parseObject('a.b.c', 1) => { a: { b: { c: 1 } } }
|
|
|
3180
3206
|
|
|
3181
3207
|
#### Defined in
|
|
3182
3208
|
|
|
3183
|
-
[parseObject.ts:5](https://github.com/daysnap/utils/blob/
|
|
3209
|
+
[parseObject.ts:5](https://github.com/daysnap/utils/blob/4b6486e/src/parseObject.ts#L5)
|
|
3184
3210
|
|
|
3185
3211
|
___
|
|
3186
3212
|
|
|
@@ -3209,7 +3235,7 @@ ___
|
|
|
3209
3235
|
|
|
3210
3236
|
#### Defined in
|
|
3211
3237
|
|
|
3212
|
-
[parsePath.ts:6](https://github.com/daysnap/utils/blob/
|
|
3238
|
+
[parsePath.ts:6](https://github.com/daysnap/utils/blob/4b6486e/src/parsePath.ts#L6)
|
|
3213
3239
|
|
|
3214
3240
|
___
|
|
3215
3241
|
|
|
@@ -3232,7 +3258,7 @@ ___
|
|
|
3232
3258
|
|
|
3233
3259
|
#### Defined in
|
|
3234
3260
|
|
|
3235
|
-
[parseQuery.ts:8](https://github.com/daysnap/utils/blob/
|
|
3261
|
+
[parseQuery.ts:8](https://github.com/daysnap/utils/blob/4b6486e/src/parseQuery.ts#L8)
|
|
3236
3262
|
|
|
3237
3263
|
___
|
|
3238
3264
|
|
|
@@ -3262,7 +3288,7 @@ ___
|
|
|
3262
3288
|
|
|
3263
3289
|
#### Defined in
|
|
3264
3290
|
|
|
3265
|
-
[parseQueryString.ts:6](https://github.com/daysnap/utils/blob/
|
|
3291
|
+
[parseQueryString.ts:6](https://github.com/daysnap/utils/blob/4b6486e/src/parseQueryString.ts#L6)
|
|
3266
3292
|
|
|
3267
3293
|
___
|
|
3268
3294
|
|
|
@@ -3285,7 +3311,7 @@ pascalCase('hello-world') => HelloWorld
|
|
|
3285
3311
|
|
|
3286
3312
|
#### Defined in
|
|
3287
3313
|
|
|
3288
|
-
[pascalCase.ts:8](https://github.com/daysnap/utils/blob/
|
|
3314
|
+
[pascalCase.ts:8](https://github.com/daysnap/utils/blob/4b6486e/src/pascalCase.ts#L8)
|
|
3289
3315
|
|
|
3290
3316
|
___
|
|
3291
3317
|
|
|
@@ -3315,7 +3341,7 @@ ___
|
|
|
3315
3341
|
|
|
3316
3342
|
#### Defined in
|
|
3317
3343
|
|
|
3318
|
-
[pick.ts:4](https://github.com/daysnap/utils/blob/
|
|
3344
|
+
[pick.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/pick.ts#L4)
|
|
3319
3345
|
|
|
3320
3346
|
___
|
|
3321
3347
|
|
|
@@ -3346,7 +3372,7 @@ pickBy(object, isNumber);
|
|
|
3346
3372
|
|
|
3347
3373
|
#### Defined in
|
|
3348
3374
|
|
|
3349
|
-
[pickBy.ts:6](https://github.com/daysnap/utils/blob/
|
|
3375
|
+
[pickBy.ts:6](https://github.com/daysnap/utils/blob/4b6486e/src/pickBy.ts#L6)
|
|
3350
3376
|
|
|
3351
3377
|
___
|
|
3352
3378
|
|
|
@@ -3369,7 +3395,7 @@ ___
|
|
|
3369
3395
|
|
|
3370
3396
|
#### Defined in
|
|
3371
3397
|
|
|
3372
|
-
[replaceCrlf.ts:4](https://github.com/daysnap/utils/blob/
|
|
3398
|
+
[replaceCrlf.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/replaceCrlf.ts#L4)
|
|
3373
3399
|
|
|
3374
3400
|
___
|
|
3375
3401
|
|
|
@@ -3393,7 +3419,7 @@ ___
|
|
|
3393
3419
|
|
|
3394
3420
|
#### Defined in
|
|
3395
3421
|
|
|
3396
|
-
[requestFullScreen.ts:6](https://github.com/daysnap/utils/blob/
|
|
3422
|
+
[requestFullScreen.ts:6](https://github.com/daysnap/utils/blob/4b6486e/src/requestFullScreen.ts#L6)
|
|
3397
3423
|
|
|
3398
3424
|
___
|
|
3399
3425
|
|
|
@@ -3419,7 +3445,7 @@ reserve(0, '--') => 0
|
|
|
3419
3445
|
|
|
3420
3446
|
#### Defined in
|
|
3421
3447
|
|
|
3422
|
-
[reserve.ts:8](https://github.com/daysnap/utils/blob/
|
|
3448
|
+
[reserve.ts:8](https://github.com/daysnap/utils/blob/4b6486e/src/reserve.ts#L8)
|
|
3423
3449
|
|
|
3424
3450
|
___
|
|
3425
3451
|
|
|
@@ -3443,7 +3469,7 @@ ___
|
|
|
3443
3469
|
|
|
3444
3470
|
#### Defined in
|
|
3445
3471
|
|
|
3446
|
-
[rgbToHex.ts:4](https://github.com/daysnap/utils/blob/
|
|
3472
|
+
[rgbToHex.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/rgbToHex.ts#L4)
|
|
3447
3473
|
|
|
3448
3474
|
___
|
|
3449
3475
|
|
|
@@ -3466,7 +3492,7 @@ ___
|
|
|
3466
3492
|
|
|
3467
3493
|
#### Defined in
|
|
3468
3494
|
|
|
3469
|
-
[round.ts:6](https://github.com/daysnap/utils/blob/
|
|
3495
|
+
[round.ts:6](https://github.com/daysnap/utils/blob/4b6486e/src/round.ts#L6)
|
|
3470
3496
|
|
|
3471
3497
|
___
|
|
3472
3498
|
|
|
@@ -3491,7 +3517,7 @@ ___
|
|
|
3491
3517
|
|
|
3492
3518
|
#### Defined in
|
|
3493
3519
|
|
|
3494
|
-
[roundUpToNearestInteger.ts:7](https://github.com/daysnap/utils/blob/
|
|
3520
|
+
[roundUpToNearestInteger.ts:7](https://github.com/daysnap/utils/blob/4b6486e/src/roundUpToNearestInteger.ts#L7)
|
|
3495
3521
|
|
|
3496
3522
|
___
|
|
3497
3523
|
|
|
@@ -3507,7 +3533,7 @@ ___
|
|
|
3507
3533
|
|
|
3508
3534
|
#### Defined in
|
|
3509
3535
|
|
|
3510
|
-
[scrollToTop.ts:4](https://github.com/daysnap/utils/blob/
|
|
3536
|
+
[scrollToTop.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/scrollToTop.ts#L4)
|
|
3511
3537
|
|
|
3512
3538
|
___
|
|
3513
3539
|
|
|
@@ -3529,7 +3555,7 @@ ___
|
|
|
3529
3555
|
|
|
3530
3556
|
#### Defined in
|
|
3531
3557
|
|
|
3532
|
-
[setScrollTop.ts:4](https://github.com/daysnap/utils/blob/
|
|
3558
|
+
[setScrollTop.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/setScrollTop.ts#L4)
|
|
3533
3559
|
|
|
3534
3560
|
___
|
|
3535
3561
|
|
|
@@ -3553,7 +3579,7 @@ ___
|
|
|
3553
3579
|
|
|
3554
3580
|
#### Defined in
|
|
3555
3581
|
|
|
3556
|
-
[sleep.ts:7](https://github.com/daysnap/utils/blob/
|
|
3582
|
+
[sleep.ts:7](https://github.com/daysnap/utils/blob/4b6486e/src/sleep.ts#L7)
|
|
3557
3583
|
|
|
3558
3584
|
___
|
|
3559
3585
|
|
|
@@ -3582,7 +3608,7 @@ ___
|
|
|
3582
3608
|
|
|
3583
3609
|
#### Defined in
|
|
3584
3610
|
|
|
3585
|
-
[splitArray.ts:4](https://github.com/daysnap/utils/blob/
|
|
3611
|
+
[splitArray.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/splitArray.ts#L4)
|
|
3586
3612
|
|
|
3587
3613
|
___
|
|
3588
3614
|
|
|
@@ -3605,7 +3631,7 @@ ___
|
|
|
3605
3631
|
|
|
3606
3632
|
#### Defined in
|
|
3607
3633
|
|
|
3608
|
-
[stringTrim.ts:6](https://github.com/daysnap/utils/blob/
|
|
3634
|
+
[stringTrim.ts:6](https://github.com/daysnap/utils/blob/4b6486e/src/stringTrim.ts#L6)
|
|
3609
3635
|
|
|
3610
3636
|
___
|
|
3611
3637
|
|
|
@@ -3627,7 +3653,7 @@ ___
|
|
|
3627
3653
|
|
|
3628
3654
|
#### Defined in
|
|
3629
3655
|
|
|
3630
|
-
[stringifyQuery.ts:7](https://github.com/daysnap/utils/blob/
|
|
3656
|
+
[stringifyQuery.ts:7](https://github.com/daysnap/utils/blob/4b6486e/src/stringifyQuery.ts#L7)
|
|
3631
3657
|
|
|
3632
3658
|
___
|
|
3633
3659
|
|
|
@@ -3651,7 +3677,7 @@ ___
|
|
|
3651
3677
|
|
|
3652
3678
|
#### Defined in
|
|
3653
3679
|
|
|
3654
|
-
[stringifyQueryString.ts:6](https://github.com/daysnap/utils/blob/
|
|
3680
|
+
[stringifyQueryString.ts:6](https://github.com/daysnap/utils/blob/4b6486e/src/stringifyQueryString.ts#L6)
|
|
3655
3681
|
|
|
3656
3682
|
___
|
|
3657
3683
|
|
|
@@ -3695,7 +3721,7 @@ ___
|
|
|
3695
3721
|
|
|
3696
3722
|
#### Defined in
|
|
3697
3723
|
|
|
3698
|
-
[throttle.ts:48](https://github.com/daysnap/utils/blob/
|
|
3724
|
+
[throttle.ts:48](https://github.com/daysnap/utils/blob/4b6486e/src/throttle.ts#L48)
|
|
3699
3725
|
|
|
3700
3726
|
___
|
|
3701
3727
|
|
|
@@ -3738,7 +3764,7 @@ ___
|
|
|
3738
3764
|
|
|
3739
3765
|
#### Defined in
|
|
3740
3766
|
|
|
3741
|
-
[throttle.ts:5](https://github.com/daysnap/utils/blob/
|
|
3767
|
+
[throttle.ts:5](https://github.com/daysnap/utils/blob/4b6486e/src/throttle.ts#L5)
|
|
3742
3768
|
|
|
3743
3769
|
___
|
|
3744
3770
|
|
|
@@ -3781,7 +3807,7 @@ ___
|
|
|
3781
3807
|
|
|
3782
3808
|
#### Defined in
|
|
3783
3809
|
|
|
3784
|
-
[throttle.ts:25](https://github.com/daysnap/utils/blob/
|
|
3810
|
+
[throttle.ts:25](https://github.com/daysnap/utils/blob/4b6486e/src/throttle.ts#L25)
|
|
3785
3811
|
|
|
3786
3812
|
___
|
|
3787
3813
|
|
|
@@ -3803,7 +3829,7 @@ ___
|
|
|
3803
3829
|
|
|
3804
3830
|
#### Defined in
|
|
3805
3831
|
|
|
3806
|
-
[toCDB.ts:4](https://github.com/daysnap/utils/blob/
|
|
3832
|
+
[toCDB.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/toCDB.ts#L4)
|
|
3807
3833
|
|
|
3808
3834
|
___
|
|
3809
3835
|
|
|
@@ -3825,7 +3851,7 @@ ___
|
|
|
3825
3851
|
|
|
3826
3852
|
#### Defined in
|
|
3827
3853
|
|
|
3828
|
-
[toDBC.ts:4](https://github.com/daysnap/utils/blob/
|
|
3854
|
+
[toDBC.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/toDBC.ts#L4)
|
|
3829
3855
|
|
|
3830
3856
|
___
|
|
3831
3857
|
|
|
@@ -3847,7 +3873,7 @@ ___
|
|
|
3847
3873
|
|
|
3848
3874
|
#### Defined in
|
|
3849
3875
|
|
|
3850
|
-
[toFormData.ts:4](https://github.com/daysnap/utils/blob/
|
|
3876
|
+
[toFormData.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/toFormData.ts#L4)
|
|
3851
3877
|
|
|
3852
3878
|
___
|
|
3853
3879
|
|
|
@@ -3871,7 +3897,7 @@ ___
|
|
|
3871
3897
|
|
|
3872
3898
|
#### Defined in
|
|
3873
3899
|
|
|
3874
|
-
[typeOf.ts:6](https://github.com/daysnap/utils/blob/
|
|
3900
|
+
[typeOf.ts:6](https://github.com/daysnap/utils/blob/4b6486e/src/typeOf.ts#L6)
|
|
3875
3901
|
|
|
3876
3902
|
___
|
|
3877
3903
|
|
|
@@ -3899,7 +3925,7 @@ ___
|
|
|
3899
3925
|
|
|
3900
3926
|
#### Defined in
|
|
3901
3927
|
|
|
3902
|
-
[withCache.ts:4](https://github.com/daysnap/utils/blob/
|
|
3928
|
+
[withCache.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/withCache.ts#L4)
|
|
3903
3929
|
|
|
3904
3930
|
___
|
|
3905
3931
|
|
|
@@ -3928,4 +3954,4 @@ ___
|
|
|
3928
3954
|
|
|
3929
3955
|
#### Defined in
|
|
3930
3956
|
|
|
3931
|
-
[withPreventConsecutiveClicks.ts:4](https://github.com/daysnap/utils/blob/
|
|
3957
|
+
[withPreventConsecutiveClicks.ts:4](https://github.com/daysnap/utils/blob/4b6486e/src/withPreventConsecutiveClicks.ts#L4)
|