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