mirror of
https://github.com/actions/setup-go.git
synced 2025-06-30 13:13:43 +00:00
3 lines
108 B
TypeScript
3 lines
108 B
TypeScript
import { URISchemeHandler } from "../uri";
|
|
declare const handler: URISchemeHandler;
|
|
export default handler;
|