# API

# Interface: API\<TDeps, TDepArgs\>

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

## Type Parameters

### TDeps

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

### TDepArgs

`TDepArgs`

## Properties

### fn()

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

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

#### Parameters

##### args

...`any`

#### Returns

`any`

***

### memoDeps()?

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

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

#### Parameters

##### depArgs?

`any`

#### Returns

`any`[] \| `undefined`
