UNPKG

@rikishi/watermelondb

Version:

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

10 lines (8 loc) 298 B
declare module '@rikishi/watermelondb/observation/observeCount' { import { Model, Query } from '@rikishi/watermelondb' import { Observable } from 'rxjs' export default function observeCount<Record extends Model>( query: Query<Record>, isThrottled: boolean, ): Observable<number> }