UNPKG

@nozbe/watermelondb

Version:

Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast

9 lines (6 loc) 317 B
/* eslint-disable import/no-named-as-default-member */ /* eslint-disable import/no-named-as-default */ import type { Observable } from '../utils/rx' import type Relation from './index' import type Model from '../Model' export declare function createObservable<T extends Model>(relation: Relation<T>): Observable<T>