git ssb

2+

Dominic / pull-stream



Commit c50669560ee5a75b24e5b8529f1c22c15a4da0fc

doc filterNot

Dominic Tarr committed on 4/15/2013, 11:18:25 PM
Parent: 586986aca4762756cb3a681e23f4ea82efdb0834

Files changed

docs/throughs.mdchanged
docs/throughs.mdView
@@ -46,8 +46,13 @@
4646 like `[].filter(function (data) {return true || false})`
4747 only `data` where `test(data) == true` are let through
4848 to the next stream.
4949
50+
51+## filterNot (test)
52+
53+like filter, but remove items where the filter returns true.
54+
5055 ## unique (prop)
5156
5257 Filter items that have a repeated value for `prop()`,
5358 by default, `prop = function (it) {return it }`, if prop is a string,

Built with git-ssb-web