jose/docs/interfaces/types.InflateFunction.md
2021-09-07 12:21:45 +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