> ## Documentation Index
> Fetch the complete documentation index at: https://docs.endstate.io/llms.txt
> Use this file to discover all available pages before exploring further.

# normalizeChipId

> Uppercases a chip id. The API matches either case and always returns uppercase.

```ts theme={null}
normalizeChipId(chipId: string): string
```

## Example

```ts theme={null}
normalizeChipId("04a1b2c3d4"); // "04A1B2C3D4"
```
