UNPKG

cli-argparser

Version:
19 lines (18 loc) 396 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TokenType = { LONG_OPTIONS: "long-option", SHORT_OPTION: "short-option", NUMBER: "number", STRING: "string", SYMBLE: "symble", EOF: "EOF" }; exports.OptionType = { LIST: "list", STRING: "string", NUMBER: "number", ITEM: "item", SWITCH: "switch", FILE: "file", };