UNPKG

@wrktalk-tech/watermelondb

Version:

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

13 lines (10 loc) 280 B
// @flow export type Loki = $FlowFixMe export type LokiCollection = $FlowFixMe export type LokiResultset = $FlowFixMe export type LokiMemoryAdapter = $FlowFixMe export type MigrationEvents = { onSuccess: () => void, onStart: () => void, onError: (error: Error) => void, }