# longestStringLength

`function` in `utils` · v0.6.1

<https://docs.seedcord.org/packages/utils/0.6.1/functions/longest-string-length>

Function takes an array of strings or numbers and returns the number of characters in the longest string/number

```ts
longestStringLength(
    arr: (string | number)[]
): number
```

Function takes an array of strings or numbers and returns the number of characters in the longest string/number

Parameters.

- `arr` `(string | number)[]` — The array of strings or numbers

Returns `number`.
