# API

# Interface: API\<_TDeps, _TDepArgs\>

Defined in: [utils.ts:514](https://github.com/TanStack/table/blob/main/packages/table-core/src/utils.ts#L514)

## Type Parameters

### _TDeps

`_TDeps` *extends* `ReadonlyArray`\<`any`\>

### _TDepArgs

`_TDepArgs`

## Properties

### fn()

```ts
fn: (...args) => any;
```

Defined in: [utils.ts:515](https://github.com/TanStack/table/blob/main/packages/table-core/src/utils.ts#L515)

#### Parameters

##### args

...`any`

#### Returns

`any`

***

### memoDeps()?

```ts
optional memoDeps: (depArgs?) => any[] | undefined;
```

Defined in: [utils.ts:516](https://github.com/TanStack/table/blob/main/packages/table-core/src/utils.ts#L516)

#### Parameters

##### depArgs?

`any`

#### Returns

`any`[] \| `undefined`
