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

16 lines (9 loc) 221 B
import type { SyncLog } from '../index' export default class SyncLogger { _limit: number _logs: SyncLog[] constructor(limit: number) newLog(): SyncLog get logs(): SyncLog[] get formattedLogs(): string }