Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
'bottom-mid': '',
'bottom-left': '',
'bottom-right': '',
'left': ' ',
'left-mid': '',
'right': '',
'right-mid': ''
},
style: {
compact: true,
head: ['yellow']
}
}, options));
}
Table.prototype = Object.create(cliTable.prototype);
module.exports = Table;