taggedjs
Version:
tagged template reactive html
11 lines • 416 B
JavaScript
import { state } from "./state.function.js";
import { getContextInCycle } from "../tag/cycles/setContextInCycle.function.js";
import { tag } from "../TagJsTags/tag.function.js";
export function onDestroy(callback) {
state(function stateDestroy() {
const context = getContextInCycle();
context.destroy$.toCallback(callback);
});
return tag;
}
//# sourceMappingURL=onDestroy.function.js.map