UNPKG

@grindife/supamelon

Version:

Combination of supabase and watermelondb

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