UNPKG

196 BJavaScriptView Raw
1/**
2 * Node.js module to ask for configuration via interactive shell
3 * @module askconfig
4 * @version 4.0.2
5 */
6
7'use strict'
8
9const askconfig = require('./askconfig')
10
11module.exports = askconfig