10 lines
190 B
JavaScript
10 lines
190 B
JavaScript
const tabtabDebug = require('./tabtabDebug');
|
|
const systemShell = require('./systemShell');
|
|
const exists = require('./exists');
|
|
|
|
module.exports = {
|
|
systemShell,
|
|
tabtabDebug,
|
|
exists
|
|
};
|