@jsenv/terminal-table
Version:
69 lines (61 loc) • 1.43 kB
Markdown
# [0_basic](../../table_9_cells.test.mjs#L174)
```js
run({})
```
# 1/2 console.log
```console
--- none ---
a b c
d e f
g h i
--- center_only ---
a b c
┌───┐
d │ e │ f
└───┘
g h i
--- bottom_right_only ---
a b c
d e f
┌───┐
g h │ i │
└───┘
--- inner_only ---
a │ b │ c
───┼───┼───
d │ e │ f
───┼───┼───
g │ h │ i
--- head ---
┌───┬───┬───┐
│ a │ b │ c │
├───┼───┼───┤
│ d │ e │ f │
│ g │ h │ i │
└───┴───┴───┘
--- foot ---
┌───┬───┬───┐
│ a │ b │ c │
│ d │ e │ f │
├───┼───┼───┤
│ g │ h │ i │
└───┴───┴───┘
--- all ---
┌───┐┌───┐┌───┐
│ a ││ b ││ c │
└───┘└───┘└───┘
┌───┐┌───┐┌───┐
│ d ││ e ││ f │
└───┘└───┘└───┘
┌───┐┌───┐┌───┐
│ g ││ h ││ i │
└───┘└───┘└───┘
```
# 2/2 return
```js
undefined
```
---
<sub>
Generated by <a href="https://github.com/jsenv/core/tree/main/packages/tooling/snapshot">@jsenv/snapshot</a>
</sub>