UNPKG

timeline-monad

Version:

Micro Functional Reactive Programming (FRP) Framework with Monad structure

8 lines (7 loc) 163 B
interface timeline { type: string; now: any; sync: Function; } declare const allThenResetTL: (TLs: timeline[]) => timeline; export { allThenResetTL };