mirror of
https://github.com/danbulant/jose
synced 2026-05-19 20:38:42 +00:00
657 B
657 B
Interface: DeflateFunction
types.DeflateFunction
Deflate Raw implementation, e.g. promisified zlib.deflateRaw.
Callable
▸ DeflateFunction(input: Uint8Array): Promise<Uint8Array>
Deflate Raw implementation, e.g. promisified zlib.deflateRaw.
Parameters:
| Name | Type |
|---|---|
input |
Uint8Array |
Returns: Promise<Uint8Array>
Defined in: types.d.ts:580