// @flow import type { Observable } from '../__wmelonRxShim' // Performs an action when Observable is subscribed to; analogous to `Observable.do` export default function doOnSubscribe( onSubscribe: () => void, ): (observable: Observable) => Observable