📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 13:24:06
📂
/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
uri-js
/
dist
/
esnext
/
schemes
✏️
Editing: urn.d.ts
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