africa
Version:
A library to interactively create and read configuration files.
14 lines (12 loc) • 627 B
JavaScript
export {}
/* typal types/api.xml namespace */
/**
* @typedef {_africa.africa} africa Read package configuration from the home directory, or ask questions with
readline interface to create a new configuration in `~/.${packageName}rc`.
* @typedef {(packageName: string, questions?: !_reloquent.Questions, config?: !_africa.Config) => !Object} _africa.africa Read package configuration from the home directory, or ask questions with
readline interface to create a new configuration in `~/.${packageName}rc`.
*/
/**
* @typedef {import('..').Config} _africa.Config
* @typedef {import('..').Questions} _reloquent.Questions
*/