@tsdotnet/uri - v1.1.0
    Preparing search index...

    Interface UrnValues

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

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    path?: null | string

    The absolute path of the URI.

    scheme?: null | Any

    The scheme name for this URI.