[**futurise**](../README.md) • **Docs**

***

[futurise](../README.md) / off

# Function: off()

> **off**(...`removers`): () => `void`

Returns a function that calls the provided remover functions.

## Parameters

• ...**removers**: readonly () => `void`[]

List of removers.

## Returns

`Function`

Function that calls the provided removers.

### Returns

`void`

## Defined in

[tools/off.ts:7](https://github.com/nevoland/futurise/blob/1cd28e2a6cbda8f2e58123bfcca390764dde0e9a/lib/tools/off.ts#L7)
