gulpjs / glob-stream

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

Support custom 'unique' filtering through option #91

Closed aashna956 closed 7 years ago

aashna956 commented 7 years ago

Github Issue: https://github.com/gulpjs/glob-stream/issues/76

Support custom unique filtering through option, or default to 'path' if custom value not provided.

yocontra commented 7 years ago

That's a nice win for API flexibility, lgtm!