@devexcelsior/healing-worker
Version:
17 lines (16 loc) • 473 B
JavaScript
;
// © 2025 DevExcelsior – Commercial use prohibited. License required.
// Contact: curtnpuckett@gmail.com
Object.defineProperty(exports, "__esModule", { value: true });
exports.healingWorkerStub = healingWorkerStub;
exports.default = default_1;
/**
* Healing Worker Entrypoint
* Runtime integration, deployment, or modification is prohibited.
*/
function healingWorkerStub() {
throw new Error('');
}
function default_1() {
throw new Error('');
}