mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-11 15:13:06 +08:00
* upgrade: docker-compose - user docker compose instead * remove: yarn and clean format js file
3 lines
126 B
TypeScript
3 lines
126 B
TypeScript
export declare function getProxyUrl(reqUrl: URL): URL | undefined;
|
|
export declare function checkBypass(reqUrl: URL): boolean;
|