# aggregationFn_uniqueCount

# Variable: aggregationFn\_uniqueCount

```ts
const aggregationFn_uniqueCount: AggregationFn<any, any>;
```

Defined in: [fns/aggregationFns.ts:185](https://github.com/TanStack/table/blob/main/packages/table-core/src/fns/aggregationFns.ts#L185)

Aggregation function for finding the count of unique values of a column.
