UNPKG

rimmel

Version:

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

8 lines (5 loc) 198 B
import { inputPipe } from '../utils/input-pipe.js'; import { map } from 'rxjs'; const EventTarget = inputPipe(map(e => e.target)); export { EventTarget }; //# sourceMappingURL=event-target.js.map