NDNts
    Preparing search index...

    Class AltUriConverter

    Functions to print and parse names in alternate/pretty URI syntax.

    This class is constructed with a sequence of NamingConventions. Each component is matched against these conventions in order, and the first matching convention can determine how to print that component in an alternate URI syntax, if available.

    Other than pre-constructed AltUri instances exported by this and naming convention packages, you may construct an instance with only the naming conventions you have adopted, so that a component that happens to match a convention that your application did not adopt is not mistakenly interpreted with that convention.

    Index

    Constructors

    Properties

    conventions: readonly (NamingConvention<any, any> & WithAltUri)[]

    Methods