mirror of
https://github.com/danbulant/jose
synced 2026-05-19 20:38:42 +00:00
662 B
662 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:590