UNPKG

@e2fyi/streams

Version:

Nodejs stream library for various use cases: e.g. Auto-tagging object streams, streaming to mongoDb via mongoose models, etc.

14 lines (13 loc) 259 B
{ "plugins": [ "plugins/markdown" ], "include": ["src/*.js"], "includePattern": ".+\\.js(doc|x)?$", "excludePattern": "(^|\\/|\\\\)_", "recurseDepth": 10, "sourceType": "module", "opts": { "recurse": true } }