jose/docs/interfaces/types.DeflateFunction.md
2021-10-06 16:12:59 +02:00

436 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>