projecte_ionic/node_modules/@angular/cli/commands/extract-i18n.js
2022-02-09 18:30:03 +01:00

10 lines
436 B
JavaScript
Executable file

"use strict";
// THIS FILE IS AUTOMATICALLY GENERATED. TO UPDATE THIS FILE YOU NEED TO CHANGE THE
// CORRESPONDING JSON SCHEMA FILE, THEN RUN devkit-admin build (or bazel build ...).
Object.defineProperty(exports, "__esModule", { value: true });
exports.HelpEnum = void 0;
var HelpEnum;
(function (HelpEnum) {
HelpEnum["HelpJson"] = "JSON";
HelpEnum["Json"] = "json";
})(HelpEnum = exports.HelpEnum || (exports.HelpEnum = {}));