@devexcelsior/healing-engine-core
Version:
10 lines (9 loc) • 397 B
JavaScript
;
// Formerly © 2025 Curt Puckett / DevExcelsior – all rights waived under the Unlicense.
// This code is now public domain. No rights reserved. No attribution required.
Object.defineProperty(exports, "__esModule", { value: true });
exports.runHealingEngine = runHealingEngine;
async function runHealingEngine(input) {
throw new Error('');
}
exports.default = runHealingEngine;