File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,9 @@ getPublicArray(array = []): PublicArray
64
64
65
65
#### filter: PublicArrayFilter (read-only)
66
66
###### Has methods that narrow down the content of the array and return the PublicArrayFilter instance:
67
+ <details >
68
+ <summary >Click to see methods</summary >
69
+
67
70
```
68
71
filter.byTest(testFunction: ((currentValue, currentIndex?, array?) => boolean)): PublicArrayFilter
69
72
// Narrows down the array to only the values that pass testFunction.
@@ -73,6 +76,8 @@ filter.byType(
73
76
): PublicArrayFilter
74
77
// Narrows down the array to only values that are the specified type.
75
78
```
79
+ </details >
80
+
76
81
77
82
#### getConverted: PublicArrayGetterConverter (read-only)
78
83
###### Has the Array methods .map() and .reduce() , but renamed to .each() and .toOne() , respectively. None of them modify the array.
You can’t perform that action at this time.
0 commit comments