3 Object.defineProperty(exports, "__esModule", {
6 exports.default = void 0;
8 /* eslint-disable sort-keys-fix/sort-keys-fix */
12 * @property {string} topBody
13 * @property {string} topJoin
14 * @property {string} topLeft
15 * @property {string} topRight
16 * @property {string} bottomBody
17 * @property {string} bottomJoin
18 * @property {string} bottomLeft
19 * @property {string} bottomRight
20 * @property {string} bodyLeft
21 * @property {string} bodyRight
22 * @property {string} bodyJoin
23 * @property {string} joinBody
24 * @property {string} joinLeft
25 * @property {string} joinRight
26 * @property {string} joinJoin
30 * @param {string} name
33 const getBorderCharacters = name => {
34 if (name === 'honeywell') {
54 if (name === 'norc') {
74 if (name === 'ramac') {
94 if (name === 'void') {
114 throw new Error('Unknown border template "' + name + '".');
117 var _default = getBorderCharacters;
118 exports.default = _default;
119 //# sourceMappingURL=getBorderCharacters.js.map