# generateAsciiTable

`function` in `utils` · v0.5.0

<https://docs.seedcord.org/packages/utils/0.5.0/functions/generate-ascii-table>

Generates an ASCII table from the provided data.

```ts
generateAsciiTable(data: string[][]): string
```

Generates an ASCII table from the provided data.

Parameters.

- `data` `string[][]` — The data to be displayed in the table.

Returns `string`.
