Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / uri-js / dist / esnext / schemes / mailto.d.ts
index b0db4bfc1a5e014c5d4a4a84628d52a57a72799c..e2aefc2afd16379c841671277fee19096547dfda 100644 (file)
@@ -1,12 +1,12 @@
-import { URISchemeHandler, URIComponents } from "../uri";\r
-export interface MailtoHeaders {\r
-    [hfname: string]: string;\r
-}\r
-export interface MailtoComponents extends URIComponents {\r
-    to: Array<string>;\r
-    headers?: MailtoHeaders;\r
-    subject?: string;\r
-    body?: string;\r
-}\r
-declare const handler: URISchemeHandler<MailtoComponents>;\r
-export default handler;\r
+import { URISchemeHandler, URIComponents } from "../uri";
+export interface MailtoHeaders {
+    [hfname: string]: string;
+}
+export interface MailtoComponents extends URIComponents {
+    to: Array<string>;
+    headers?: MailtoHeaders;
+    subject?: string;
+    body?: string;
+}
+declare const handler: URISchemeHandler<MailtoComponents>;
+export default handler;