@ipp/cli
Version:
An image build orchestrator for the modern web
16 lines (15 loc) • 766 B
JavaScript
;
/**
* Image Processing Pipeline - Copyright (c) Marcus Cemes
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.init = exports.VERSION = exports.startCli = void 0;
var cli_1 = require("./cli");
Object.defineProperty(exports, "startCli", { enumerable: true, get: function () { return cli_1.startCli; } });
var constants_1 = require("./constants");
Object.defineProperty(exports, "VERSION", { enumerable: true, get: function () { return constants_1.VERSION; } });
var init_1 = require("./init");
Object.defineProperty(exports, "init", { enumerable: true, get: function () { return init_1.init; } });