📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 19:26:06
📂
/ (Root)
/
lib
/
node_modules
/
npm
/
node_modules
/
uri-js
/
dist
/
esnext
/
schemes
📍 /lib/node_modules/npm/node_modules/uri-js/dist/esnext/schemes
🔄 Refresh
✏️
Editing: urn.d.ts
Read Only
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;
💾 Save Changes
❌ Cancel