Skip to content

Commit ad3688d

Browse files
author
Steve Thompson
committed
testing a collapsible section of README
1 parent 328d5ce commit ad3688d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ getPublicArray(array = []): PublicArray
6464

6565
#### filter: PublicArrayFilter (read-only)
6666
###### 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+
6770
```
6871
filter.byTest(testFunction: ((currentValue, currentIndex?, array?) => boolean)): PublicArrayFilter
6972
// Narrows down the array to only the values that pass testFunction.
@@ -73,6 +76,8 @@ filter.byType(
7376
): PublicArrayFilter
7477
// Narrows down the array to only values that are the specified type.
7578
```
79+
</details>
80+
7681

7782
#### getConverted: PublicArrayGetterConverter (read-only)
7883
###### Has the Array methods .map() and .reduce() , but renamed to .each() and .toOne() , respectively. None of them modify the array.

0 commit comments

Comments
 (0)