Hierarchy (view full)

Implements

Constructors

Methods

  • Parameters

    • source: string
    • localPath: string

    Returns Promise<void>

  • Returns the history of the last retrieve operation The return is un record of key value pairs where the key is the url retrieved and the value is the path

    Returns Record<string, string>

  • Retrieve url parts If url is malformed return false

    Parameters

    • url: string

      string url

    Returns undefined | Record<string, string>