mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(show-config) es2018-ify
This commit is contained in:
parent
6493cc359f
commit
0b346cc0cb
1 changed files with 4 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue