File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ getPublicArray(array = []): PublicArray
44
44
```
45
45
46
46
## Properties
47
+ <details >
48
+ <summary >view properties</summary >
47
49
48
50
#### data: any[ ] (read-writable)
49
51
###### This is the array to be operated on.
@@ -77,8 +79,7 @@ filter.byType(
77
79
78
80
79
81
#### getConverted: PublicArrayGetterConverter (read-only)
80
- ###### Has the Array methods .map() and .reduce() , but renamed to .each() and .toOne() ,
81
- respectively. None of them modify the array.
82
+ ###### Has the Array methods .map() and .reduce() , but renamed to .each() and .toOne() , respectively. None of them modify the array.
82
83
<details >
83
84
<summary >view methods</summary >
84
85
@@ -453,6 +454,7 @@ sort.shuffle(): PublicArraySorter;
453
454
454
455
455
456
#### className: string (read-only)
457
+ </details >
456
458
457
459
458
460
## Methods
You can’t perform that action at this time.
0 commit comments