github-pages-deploy-action/node_modules/uri-js/dist/esnext/schemes/http.d.ts

4 lines
111 B
TypeScript
Raw Normal View History

2020-01-28 12:58:23 +08:00
import { URISchemeHandler } from "../uri";
declare const handler: URISchemeHandler;
export default handler;