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

436 B

Interface: InflateFunction

types.InflateFunction

Callable

InflateFunction

InflateFunction(input): Promise<Uint8Array>

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

Parameters

Name Type
input Uint8Array

Returns

Promise<Uint8Array>