spliterator 1.5.1 → 1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -109,7 +109,7 @@ for await (const line of stream) {
|
|
|
109
109
|
|
|
110
110
|
### Custom generators
|
|
111
111
|
|
|
112
|
-
While Spliterator includes premade exports for most use-cases, custom generators can be created via `
|
|
112
|
+
While Spliterator includes premade exports for most use-cases, custom generators can be created via `Spliterator` and `AsyncSpliterator`. This class is a low-level interface that allows you to create your own generators for any kind of delimited content.
|
|
113
113
|
|
|
114
114
|
# License
|
|
115
115
|
|