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

18 lines (10 loc) 252 B
declare class Logger { silent: boolean debug(...messages: any[]): void log(...messages: any[]): void warn(...messages: any[]): void error(...messages: any[]): void silence(): void } declare const logger: Logger export default logger