Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / uri-js / dist / esnext / schemes / urn.d.ts
index 49481055adffa25a53b00150d5d6cc8be180d9c6..7e0c2fba6c6282bd78072ba3aa6572083fa77567 100644 (file)
@@ -1,10 +1,10 @@
-import { URISchemeHandler, URIComponents, URIOptions } from "../uri";\r
-export interface URNComponents extends URIComponents {\r
-    nid?: string;\r
-    nss?: string;\r
-}\r
-export interface URNOptions extends URIOptions {\r
-    nid?: string;\r
-}\r
-declare const handler: URISchemeHandler<URNComponents, URNOptions>;\r
-export default handler;\r
+import { URISchemeHandler, URIComponents, URIOptions } from "../uri";
+export interface URNComponents extends URIComponents {
+    nid?: string;
+    nss?: string;
+}
+export interface URNOptions extends URIOptions {
+    nid?: string;
+}
+declare const handler: URISchemeHandler<URNComponents, URNOptions>;
+export default handler;