# Interface: InflateFunction [types](../modules/types.md).InflateFunction Inflate Raw implementation, e.g. promisified [zlib.inflateRaw](https://nodejs.org/api/zlib.html#zlib_zlib_inflateraw_buffer_options_callback). ## Callable ▸ **InflateFunction**(`input`: *Uint8Array*): *Promise* 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* Defined in: [types.d.ts:583](https://github.com/panva/jose/blob/main/src/types.d.ts#L583)