jose/docs/interfaces/types.InflateFunction.md
2021-08-20 22:40:04 +02:00

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

Defined in

types.d.ts:597