• Parses an import string into a tuple containing the import path and import name.

    Parameters

    • i: string

      The import string to parse.

    Returns ParsedImport

    A tuple where the first element is the import path and the second element is the import name.