# Interface: InflateFunction [types](../modules/types.md).InflateFunction ## Callable ### InflateFunction ▸ **InflateFunction**(`input`): `Promise`<`Uint8Array`\> Inflate Raw implementation, e.g. promisified [zlib.inflateRaw](https://nodejs.org/api/zlib.html#zlib_zlib_inflateraw_buffer_options_callback). #### Parameters | Name | Type | | :------ | :------ | | `input` | `Uint8Array` | #### Returns `Promise`<`Uint8Array`\> #### Defined in [types.d.ts:597](https://github.com/panva/jose/blob/v3.15.4/src/types.d.ts#L597)