Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
PR-URL: #23
Credit: @mo4islona
Close: #23
Reviewed-by: @isaacs
  • Loading branch information
mo4islona authored and isaacs committed Apr 9, 2024
1 parent bd80f71 commit 970691b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ Just like Array.slice, but returns a new Yallist.

Just like yallist.slice, but the result is returned in reverse.

#### yallist.splice(start, deleteCount, ...)

Like Array.splice.

#### yallist.toArray()

Create an array representation of the list.
Expand Down

0 comments on commit 970691b

Please sign in to comment.