1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-04 04:40:05 +02:00
Files
minifyfromhtml/node_modules/uri-js/dist/esnext/schemes/ws.d.ts
2021-05-07 15:56:33 +02:00

8 lines
228 B
TypeScript

import { URISchemeHandler, URIComponents } from "../uri";
export interface WSComponents extends URIComponents {
resourceName?: string;
secure?: boolean;
}
declare const handler: URISchemeHandler;
export default handler;