Skip to content

Commit 5326793

Browse files
author
Steve Thompson
committed
more changes to README
1 parent 35e25c6 commit 5326793

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ getPublicArray(array = []): PublicArray
4444
```
4545

4646
## Properties
47+
<details>
48+
<summary>view properties</summary>
4749

4850
#### data: any[] (read-writable)
4951
###### This is the array to be operated on.
@@ -77,8 +79,7 @@ filter.byType(
7779

7880

7981
#### 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.
8283
<details>
8384
<summary>view methods</summary>
8485

@@ -453,6 +454,7 @@ sort.shuffle(): PublicArraySorter;
453454

454455

455456
#### className: string (read-only)
457+
</details>
456458

457459

458460
## Methods

0 commit comments

Comments
 (0)