UNPKG

599 BJavaScriptView Raw
1"use strict";
2function __export(m) {
3 for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
4}
5var __importDefault = (this && this.__importDefault) || function (mod) {
6 return (mod && mod.__esModule) ? mod : { "default": mod };
7};
8Object.defineProperty(exports, "__esModule", { value: true });
9var command_1 = require("@oclif/command");
10exports.run = command_1.run;
11__export(require("./errors"));
12__export(require("./helpers"));
13const JSON5Config_1 = __importDefault(require("./helpers/JSON5Config"));
14exports.JSON5Config = JSON5Config_1.default;
15//# sourceMappingURL=index.js.map
\No newline at end of file