Type alias ImportSymbolMatchFunction

ImportSymbolMatchFunction: ((full: string, file: string) => void)

Type declaration

    • (full: string, file: string): void
    • Import symbol match function.

      Parameters

      • full: string

        full import symbol match

      • file: string

        import file

      Returns void

Generated using TypeDoc