@semo/cli
Version:
A command line tools dispatcher
9 lines • 360 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Utils = void 0;
const core_1 = __importDefault(require("@semo/core"));
exports.Utils = core_1.default;
//# sourceMappingURL=index.js.map