jose/docs/interfaces/types.deflatefunction.md
2021-06-22 12:30:02 +02:00

531 B

Interface: DeflateFunction

types.DeflateFunction

Callable

DeflateFunction

DeflateFunction(input): Promise<Uint8Array>

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

Parameters

Name Type
input Uint8Array

Returns

Promise<Uint8Array>

Defined in

types.d.ts:583