concat-stream
concat-stream copied to clipboard
Remove unused `isArray` polyfill
:+1: for just removing it. Users can add another isArray polyfill as needed.
:+1:
better to use the isarray module.
@maxogden @mafintosh how about merging this?
https://github.com/maxogden/concat-stream/pull/32#issuecomment-210683044
Could also do that if desired (note, that specific module is deprecated, but there are others).
That deprecation only applies to v2, and is simply a paternalistic way of trying to push people not to support ES3. You can and should use v1 of that package for the foreseeable future.