# Interface: 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`\>