UNPKG

logkitten

Version:

Stream Android and iOS logs without Android Studio or Console.app, with programmatic Node.js API for log analysis.

5 lines 282 B
import type { PlatformFactory } from '../types'; import type { AndroidEntry, AndroidOptions } from './types'; export declare const create: PlatformFactory<AndroidEntry, AndroidOptions>; export type { AndroidOptions, AndroidEntry } from './types'; //# sourceMappingURL=index.d.ts.map