UNPKG

zod-opts

Version:

node.js CLI option parser / validator using Zod

12 lines 916 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.parser = exports.Parser = exports.CommandParser = exports.command = exports.Command = void 0; var command_1 = require("./command"); Object.defineProperty(exports, "Command", { enumerable: true, get: function () { return command_1.Command; } }); Object.defineProperty(exports, "command", { enumerable: true, get: function () { return command_1.command; } }); var command_parser_1 = require("./command_parser"); Object.defineProperty(exports, "CommandParser", { enumerable: true, get: function () { return command_parser_1.CommandParser; } }); var parser_1 = require("./parser"); Object.defineProperty(exports, "Parser", { enumerable: true, get: function () { return parser_1.Parser; } }); Object.defineProperty(exports, "parser", { enumerable: true, get: function () { return parser_1.parser; } }); //# sourceMappingURL=index.js.map