NDNts

    A naming convention that supports alternate/pretty URI.

    interface WithAltUri {
        fromAltUri: (input: string) => Component | undefined;
        toAltUri: (comp: Component) => string;
    }
    Index

    Properties

    Properties

    fromAltUri: (input: string) => Component | undefined

    Parse from alternate URI.

    Type Declaration

      • (input: string): Component | undefined
      • Parameters

        • input: string

        Returns Component | undefined

        Component, or undefined if it cannot be parsed.

    toAltUri: (comp: Component) => string

    Convert to alternate URI.

    MMNEPVFCICPMFPCPTTAAATR