mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
streamjs nonterminal operation definitions
This commit is contained in:
@@ -31,6 +31,7 @@ var strStream = numStream
|
||||
.takeWhile(s => s.length < 5)
|
||||
.takeWhile(/^aa.*$/)
|
||||
.slice(5, 2)
|
||||
.forEach(s => console.log(s))
|
||||
;
|
||||
|
||||
var strArray = strStream.toArray();
|
||||
|
||||
Reference in New Issue
Block a user