UNPKG

africa

Version:

A library to interactively create and read configuration files.

18 lines (12 loc) 372 B
const { __africa, _Group } = require('./africa') /** * @methodType {_africa.africa} */ function africa(packageName, questions, config) { return __africa(packageName, questions, config) } module.exports = africa /** @type {new (questions: _reloquent.Questions) => Group} */ const $Group = _Group module.exports.Group = $Group /* typal types/index.xml namespace */