An object that resolves relative URLs.

Hierarchy

  • IResolver

Properties

Methods

Properties

isLocal?: ((url) => boolean)

Type declaration

    • (url): boolean
    • Whether the URL should be handled by the resolver or not.

      Notes

      This is similar to the isLocal check in URLExt, but can also perform additional checks on whether the resolver should handle a given URL.

      Parameters

      • url: string

      Returns boolean

Methods

Generated using TypeDoc