UNPKG

@anycli/config

Version:

base config object and standard interfaces for anycli components

20 lines (19 loc) 613 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // tslint:disable no-implicit-dependencies try { require('fs-extra-debug'); } catch (_a) { } var config_1 = require("./config"); exports.Config = config_1.Config; exports.load = config_1.load; var command_1 = require("./command"); exports.Command = command_1.Command; var manifest_1 = require("./manifest"); exports.Manifest = manifest_1.Manifest; var plugin_1 = require("./plugin"); exports.Plugin = plugin_1.Plugin; var errors_1 = require("./errors"); exports.CLIError = errors_1.CLIError; exports.ExitError = errors_1.ExitError;