taggedjs
Version:
tagged template reactive html
8 lines • 315 B
JavaScript
import { setContextInCycle } from '../tag/cycles/setContextInCycle.function';
import { reStateByPrev } from './state.utils';
export function reState(context) {
setContextInCycle(context);
const stateMeta = context.state;
return reStateByPrev(stateMeta.newer.state);
}
//# sourceMappingURL=reState.js.map