types.InflateFunction
Inflate Raw implementation, e.g. promisified zlib.inflateRaw.
▸ InflateFunction(input
: Uint8Array): Promise<Uint8Array>
Inflate Raw implementation, e.g. promisified zlib.inflateRaw.
Name | Type |
---|---|
input |
Uint8Array |
Returns: Promise<Uint8Array>
Defined in: types.d.ts:587