Type alias ExportSymbolReplaceFunction

ExportSymbolReplaceFunction: ((full: string, name: string, kind: string, isDefault: boolean) => string)

Type declaration

    • (full: string, name: string, kind: string, isDefault: boolean): string
    • Export symbol replace function.

      Returns

      updated export symbol

      Parameters

      • full: string

        full export symbol match

      • name: string

        symbol name

      • kind: string

        symbol kind

      • isDefault: boolean

        symbol is default?

      Returns string

Generated using TypeDoc