summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/uri-js/dist/esnext/schemes/https.d.ts
blob: 3899956970e5a0090d650b30d932ae01681b2ddf (plain)
1
2
3
import { URISchemeHandler } from "../uri";
declare const handler: URISchemeHandler;
export default handler;