UNPKG

rimmel

Version:

A Stream-Oriented UI library for the Rx.Observable Universe

10 lines (7 loc) 245 B
import '../constants.js'; import { asap } from '../lib/drain.js'; const AnyContentSink = (node) => (htmlSource) => { asap((html) => node.innerHTML = html, htmlSource); }; export { AnyContentSink }; //# sourceMappingURL=content-sink.js.map