source: trip-planner-front/node_modules/yargs-parser/build/lib/yargs-parser-types.js@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 425 bytes
Line 
1/**
2 * @license
3 * Copyright (c) 2016, Contributors
4 * SPDX-License-Identifier: ISC
5 */
6export var DefaultValuesForTypeKey;
7(function (DefaultValuesForTypeKey) {
8 DefaultValuesForTypeKey["BOOLEAN"] = "boolean";
9 DefaultValuesForTypeKey["STRING"] = "string";
10 DefaultValuesForTypeKey["NUMBER"] = "number";
11 DefaultValuesForTypeKey["ARRAY"] = "array";
12})(DefaultValuesForTypeKey || (DefaultValuesForTypeKey = {}));
Note: See TracBrowser for help on using the repository browser.