UNPKG

baconjs

Version:

A small functional reactive programming lib for JavaScript.

7 lines (6 loc) 283 B
import "../concat"; import { Desc } from '../describe'; import { Property } from "../observable"; import { EventStreamDelay } from "../types"; /** @hidden */ export default function transformPropertyChanges<V>(property: Property<V>, f: EventStreamDelay<V>, desc: Desc): Property<V>;