Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 443 Bytes

types.DeflateFunction.md

File metadata and controls

22 lines (13 loc) · 443 Bytes

Interface: DeflateFunction

💗 Help the project

Callable

DeflateFunction

DeflateFunction(input): Promise<Uint8Array>

Deflate Raw implementation, e.g. promisified zlib.deflateRaw.

Parameters

Name Type
input Uint8Array

Returns

Promise<Uint8Array>