[Pkg-javascript-commits] [node-stream-splicer] 55/71: document get(index, ...)

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 15 09:55:52 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-stream-splicer.

commit 35c7ebb709787936d393a7396cc83215ed76964c
Author: James Halliday <mail at substack.net>
Date:   Sat Jun 14 20:26:27 2014 -0700

    document get(index, ...)
---
 readme.markdown | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/readme.markdown b/readme.markdown
index 16003c8..5973ee0 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -116,9 +116,11 @@ Unshift one or more streams to the begining of the pipeline.
 
 Shift a stream from the begining of the pipeline.
 
-## var stream = pipeline.get(index)
+## var stream = pipeline.get(index, ...)
 
-Return the stream at index `index`.
+Return the stream at index `index, ...`. Indexes can be negative.
+
+Multiple indexes will traverse into nested pipelines.
 
 # install
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stream-splicer.git



More information about the Pkg-javascript-commits mailing list