diff options
Diffstat (limited to 'node_modules/uri-js/dist/esnext/schemes/http.d.ts')
-rwxr-xr-x | node_modules/uri-js/dist/esnext/schemes/http.d.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node_modules/uri-js/dist/esnext/schemes/http.d.ts b/node_modules/uri-js/dist/esnext/schemes/http.d.ts new file mode 100755 index 0000000..fe5b2f3 --- /dev/null +++ b/node_modules/uri-js/dist/esnext/schemes/http.d.ts @@ -0,0 +1,3 @@ +import { URISchemeHandler } from "../uri"; +declare const handler: URISchemeHandler; +export default handler; |