snow-flow
Version:
Snow-Flow v3.2.0: Complete ServiceNow Enterprise Suite with 180+ MCP Tools. ATF Testing, Knowledge Management, Service Catalog, Change Management with CAB scheduling, Virtual Agent chatbots with NLU, Performance Analytics KPIs, Flow Designer automation, A
13 lines • 657 B
JavaScript
;
/**
* Optimization Module Exports
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.CostOptimizationEngine = void 0;
// Flow optimizer removed in v1.4.0
// export { FlowPerformanceOptimizer } from './flow-performance-optimizer.js';
var cost_optimization_engine_js_1 = require("./cost-optimization-engine.js");
Object.defineProperty(exports, "CostOptimizationEngine", { enumerable: true, get: function () { return cost_optimization_engine_js_1.CostOptimizationEngine; } });
// Flow performance optimizer removed in v1.4.0
// export type { ... } from './flow-performance-optimizer.js';
//# sourceMappingURL=index.js.map