Type alias ExportSymbolMatchFunction

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

Type declaration

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

      Parameters

      • full: string

        full export symbol match

      • name: string

        symbol name

      • kind: string

        symbol kind

      • isDefault: boolean

        symbol is default?

      Returns void

Generated using TypeDoc