UNPKG

react-native-xenon

Version:

A powerful in-app debugging tool for React Native.

9 lines (7 loc) 161 B
export interface LogMessage { type: string; values: any[]; } export interface ConsoleHandlers { callback: ((type: string, args: any[]) => void) | null; }