UNPKG

@devicefarmer/adbkit-logcat

Version:

A Node.js interface for working with Android's logcat output.

13 lines (12 loc) 286 B
interface EventEmitterOptions { /** * Enables automatic capturing of promise rejection. */ captureRejections?: boolean; } export interface ReaderOptions extends EventEmitterOptions { format?: string; priority?: number; fixLineFeeds?: boolean; } export {};