UNPKG

198 BJavaScriptView Raw
1/**
2 * Node.js module to ask for configuration via interactive shell
3 * @module askconfig
4 * @version 2.0.0
5 */
6
7"use strict";
8
9const askconfig = require('./askconfig');
10
11module.exports = askconfig;
\No newline at end of file