UNPKG

@yume-chan/adb

Version:

TypeScript implementation of Android Debug Bridge (ADB) protocol.

7 lines 289 B
export declare const NOOP: () => void; /** * When used in `Promise#catch`, means the promise should never throw errors. * An explicit way to suppress ESLint floating promise warnings. */ export declare function unreachable(...args: unknown[]): never; //# sourceMappingURL=no-op.d.ts.map