source: imaps-frontend/node_modules/uri-js/dist/esnext/schemes/urn.d.ts@ d565449

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100755
File size: 324 bytes
Line 
1import { URISchemeHandler, URIComponents, URIOptions } from "../uri";
2export interface URNComponents extends URIComponents {
3 nid?: string;
4 nss?: string;
5}
6export interface URNOptions extends URIOptions {
7 nid?: string;
8}
9declare const handler: URISchemeHandler<URNComponents, URNOptions>;
10export default handler;
Note: See TracBrowser for help on using the repository browser.