UNPKG

nightingale-react-native-console

Version:
8 lines 285 B
import type { Handle, Handler, IsHandling, Level } from "nightingale-types"; export declare class ReactNativeConsoleHandler implements Handler { minLevel: Level; handle: Handle; isHandling: IsHandling; constructor(minLevel: Level); } //# sourceMappingURL=index.d.ts.map