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
1 import { URISchemeHandler, URIOptions } from "../uri";
2 import { URNComponents } from "./urn";
3 export interface UUIDComponents extends URNComponents {
4     uuid?: string;
5 }
6 declare const handler: URISchemeHandler<UUIDComponents, URIOptions, URNComponents>;
7 export default handler;