login/node_modules/uri-js/dist/esnext/schemes/http.d.ts
Rakesh Kumar 807bb60301
Update build files and add node_modules (#54)
* update build files

* add node_modules
2020-09-23 12:15:33 +05:30

3 lines
108 B
TypeScript

import { URISchemeHandler } from "../uri";
declare const handler: URISchemeHandler;
export default handler;