stream-match
Advanced tools
+1
-1
| { | ||
| "name": "stream-match", | ||
| "version": "1.2.0", | ||
| "version": "1.2.1", | ||
| "license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Match a string in a stream. Zero dependencies", |
+1
-1
@@ -9,3 +9,3 @@ # stream-match | ||
| // Given a readable stream, | ||
| const res = await match(stream, /(p[^n+]n)/) | ||
| const res = await match(stream, /(p[^n]+n)/) | ||
| // `res` will containt `pattern` once it has been emitted. | ||
@@ -12,0 +12,0 @@ ``` |