mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-09-01 01:59:32 +00:00
07b0366e7b
* main: Prepare for release 2.12.0. Add support for using google_apis_playstore system images. Fix README.md typo
5 lines
197 B
TypeScript
5 lines
197 B
TypeScript
/// <reference types="node" />
|
|
import * as url from 'url';
|
|
export declare function getProxyUrl(reqUrl: url.Url): url.Url | undefined;
|
|
export declare function checkBypass(reqUrl: url.Url): boolean;
|