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