mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
3838d3d212
* chore: clean lint warnings * refactor: move core packages
1.1 KiB
1.1 KiB
Streams
This project provides an extension of PassThrough
stream.
Detail
It provides 2 additional methods abort()
and done()
. Those implementations are widely use in the verdaccio core for handle tarballs
.