@tsdotnet/uri - v2.0.14
    Preparing search index...

    Interface UrnValues

    https://en.wikipedia.org/wiki/Uniform_Resource_Identifier

       urn:example:mammal:monotreme:echidna
    ??? ????????????????????????????????
    scheme path
    interface UrnValues {
        path?: string | null;
        scheme?: Any | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    path?: string | null

    The absolute path of the URI.

    scheme?: Any | null

    The scheme name for this URI.