UNPKG

@jil/args

Version:

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

6 lines 240 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.debug = void 0; const support_1 = require("@jil/support"); exports.debug = (0, support_1.createInternalDebugger)('args'); //# sourceMappingURL=debug.js.map