UNPKG
hackpro-sdk
Version:
latest (2.0.17)
2.0.17
Etcher SDK
github.com/balena-io-modules/etcher-sdk
manashathparia/hackpro-sdk
hackpro-sdk
/
typings
/
unbzip2-stream
/
index.d.ts
7 lines
(5 loc)
•
143 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
module
'unbzip2-stream'
{
import
{
Transform
}
from
'stream'
;
function
unbzip2Stream
(
):
Transform
;
export
= unbzip2Stream; }