mirror of
https://github.com/danbulant/jose
synced 2026-05-19 04:18:52 +00:00
535 B
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>