yargs-parser-types.js 425 B

123456789101112
  1. /**
  2. * @license
  3. * Copyright (c) 2016, Contributors
  4. * SPDX-License-Identifier: ISC
  5. */
  6. export var DefaultValuesForTypeKey;
  7. (function (DefaultValuesForTypeKey) {
  8. DefaultValuesForTypeKey["BOOLEAN"] = "boolean";
  9. DefaultValuesForTypeKey["STRING"] = "string";
  10. DefaultValuesForTypeKey["NUMBER"] = "number";
  11. DefaultValuesForTypeKey["ARRAY"] = "array";
  12. })(DefaultValuesForTypeKey || (DefaultValuesForTypeKey = {}));