chatty-pub/node_modules/uri-js/dist/esnext/schemes/http.d.ts
كارل مبارك 374620645c initial commit
2021-06-26 13:12:56 +02:00

4 lines
108 B
TypeScript
Executable file

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