Defines entity capable of resolving a wrap URI

Type Parameters

  • TError = undefined

Hierarchy

  • IUriResolver

Implemented by

Methods

Methods

  • Resolve a URI to a wrap package, a wrapper, or a uri

    Parameters

    • uri: Uri

      the URI to resolve

    • client: CoreClient

      a CoreClient instance that may be used to invoke a wrapper that implements the UriResolver interface

    • resolutionContext: IUriResolutionContext

      the current URI resolution context

    Returns Promise<Result<UriPackageOrWrapper, TError>>

    A Promise with a Result containing either a wrap package, a wrapper, or a URI if successful

Generated using TypeDoc