jose/docs/interfaces/types.inflatefunction.md
2021-03-15 17:21:54 +01:00

656 B

Interface: InflateFunction

types.InflateFunction

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

Callable

InflateFunction(input: Uint8Array): Promise<Uint8Array>

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

Parameters:

Name Type
input Uint8Array

Returns: Promise<Uint8Array>

Defined in: types.d.ts:530