• File: urn-uuid.d.ts
  • Full Path: /home6/laduliya/test.mydthpay.com/node_modules/npm/node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts
  • Date Modified: 10/26/1985 11:45 AM
  • File size: 279 bytes
  • MIME-type: text/x-java
  • Charset: utf-8
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;