# table

`import { table } from "destack:console";`

Write tabular data.

```ds title="table"
export function table(value: unknown): Result<void, HostError>
```

[language/library/src/console/console.ds:167:169](https://github.com/destack-sh/destack/blob/main/language/library/src/console/console.ds#L167-L169)
