MCPcopy Create free account
hub / github.com/babel/minify / tableStyle

Function tableStyle

scripts/plugin-contribution.js:143–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141
142// just to keep it at the bottom
143function tableStyle() {
144 return {
145 chars: {
146 top: "",
147 "top-mid": "",
148 "top-left": "",
149 "top-right": "",
150 bottom: "",
151 "bottom-mid": "",
152 "bottom-left": "",
153 "bottom-right": "",
154 left: "",
155 "left-mid": "",
156 mid: "",
157 "mid-mid": "",
158 right: "",
159 "right-mid": "",
160 middle: " "
161 },
162 style: {
163 "padding-left": 0,
164 "padding-right": 0,
165 head: ["bold"]
166 }
167 };
168}

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected