UNPKG

statewave

Version:
7 lines (6 loc) 101 B
export function immediate<S>(state: S) { return () => ({ __immediate: true, state, }); }