<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [worker-tls](./worker-tls.md) &gt; [SortComparer](./worker-tls.sortcomparer.md)

## SortComparer type

**Signature:**

```typescript
export type SortComparer<Item> = (a: Item, b: Item) => number;
```
