gulpjs / glob-stream

Readable streamx interface over anymatch.
MIT License
178 stars 53 forks source link

Remove `createStream` from external API? #74

Closed phated closed 8 years ago

phated commented 8 years ago

I am noticing that the createStream has no tests and relies on the create method to normalize options. Should we remove this method from the external API?

If we are going to remove this method from the external API, should we only export a function instead of exposing a create method?

cc @contra