Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 657 Bytes

types.inflatefunction.md

File metadata and controls

21 lines (12 loc) · 657 Bytes

Interface: InflateFunction

types.InflateFunction

Inflate Raw implementation, e.g. promisified zlib.inflateRaw.

Callable

InflateFunction(input: Uint8Array): Promise<Uint8Array>

Inflate Raw implementation, e.g. promisified zlib.inflateRaw.

Parameters:

Name Type
input Uint8Array

Returns: Promise<Uint8Array>

Defined in: types.d.ts:587