Type alias LinkReplaceFunction

LinkReplaceFunction: ((full: string, name: string, reference: string, url: string) => string)

Type declaration

    • (full: string, name: string, reference: string, url: string): string
    • Link replace function.

      Returns

      updated link

      Parameters

      • full: string

        full link

      • name: string

        link name

      • reference: string
      • url: string

        link url

      Returns string

Generated using TypeDoc