Member Junction
    Preparing search index...
    • Extract every import/export-from specifier with the names it binds and its 1-based line.

      Import-aware rather than grep-based: matching the bare word Router anywhere produces false positives on RouterLikeThing, on comments and on strings. What matters is whether the module binds the symbol.

      Parameters

      • source: string

      Returns ImportRecord[]