UNPKG

logkitten

Version:

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

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