UNPKG

react-native-xenon

Version:

A powerful in-app debugging tool for React Native.

8 lines 203 B
export interface LogMessage { type: string; values: any[]; } export interface ConsoleHandlers { callback: ((type: string, args: any[]) => void) | null; } //# sourceMappingURL=console.d.ts.map