UNPKG

tabtab

Version:

tab completion helpers, for node cli programs. Inspired by npm completion.

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