UNPKG

@jil/args

Version:

A convention based argument parsing and formatting library, with strict validation checks

15 lines 622 B
"use strict"; /** * @copyright 2020, Miles Johnson * @license https://opensource.org/licenses/MIT */ Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); tslib_1.__exportStar(require("./constants"), exports); tslib_1.__exportStar(require("./errors"), exports); tslib_1.__exportStar(require("./format"), exports); tslib_1.__exportStar(require("./parse"), exports); tslib_1.__exportStar(require("./parseInContext"), exports); tslib_1.__exportStar(require("./types"), exports); tslib_1.__exportStar(require("./ValidationError"), exports); //# sourceMappingURL=index.js.map