MCPcopy Create free account
hub / github.com/cli-table/cli-table3 / defaultChars

Function defaultChars

test/cell-test.js:23–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 function defaultChars() {
24 return {
25 top: '─',
26 topMid: '┬',
27 topLeft: '┌',
28 topRight: '┐',
29 bottom: '─',
30 bottomMid: '┴',
31 bottomLeft: '└',
32 bottomRight: '┘',
33 left: '│',
34 leftMid: '├',
35 mid: '─',
36 midMid: '┼',
37 right: '│',
38 rightMid: '┤',
39 middle: '│',
40 };
41 }
42
43 describe('constructor', function () {
44 it('colSpan and rowSpan default to 1', function () {

Callers 1

cell-test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…