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
/
build
/
zip.d.ts
4 lines
(3 loc)
•
229 B
TypeScript
View Raw
1
2
3
4
/// <reference types="node" />
import
*
as
unzip
from
'unzip-stream'
;
export
declare
const
getFileStreamFromZipStream
:
(
zipStream
:
NodeJS
.
ReadableStream
,
match
: (filename:
string
) =>
boolean
) =>
Promise
<unzip.
ZipStreamEntry
>;