chore(show-config) es2018-ify

This commit is contained in:
coderaiser 2018-10-19 20:11:08 +03:00
parent 6493cc359f
commit 0b346cc0cb

View file

@ -1,8 +1,9 @@
'use strict';
const t = require('table');
const {table} = t;
const getBorderCharacters = t.getBorderCharacters;
const {
table,
getBorderCharacters,
} = require('table');
module.exports = (config) => {
check(config);