1
0
mirror of https://gitea.com/actions/setup-node.git synced 2025-07-08 09:43:54 +08:00
setup-node/node_modules/uri-js/dist/esnext/schemes/http.d.ts

4 lines
111 B
TypeScript
Raw Normal View History

2020-01-25 01:30:26 +08:00
import { URISchemeHandler } from "../uri";
declare const handler: URISchemeHandler;
export default handler;