mirror of
https://github.com/danbulant/jose
synced 2026-05-19 12:29:04 +00:00
390 B
390 B
Interface: InflateFunction
Callable
InflateFunction
▸ InflateFunction(input): Promise<Uint8Array>
Inflate Raw implementation, e.g. promisified zlib.inflateRaw.
Parameters
| Name | Type |
|---|---|
input |
Uint8Array |
Returns
Promise<Uint8Array>