From 970691ba939bf0234a02aa37539081a0bd7471fb Mon Sep 17 00:00:00 2001 From: mo4islona Date: Tue, 22 Oct 2019 11:10:01 +0300 Subject: [PATCH] Update docs PR-URL: https://github.com/isaacs/yallist/pull/23 Credit: @mo4islona Close: #23 Reviewed-by: @isaacs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8f05de5..68f6162 100644 --- a/README.md +++ b/README.md @@ -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.