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