method IContentFetcher.canHandle
IContentFetcher.canHandle(source: string): boolean

Checks if this fetcher can handle the given source.

Parameters

source: string
  • URL or source identifier

Return Type

boolean

true if this fetcher can handle the source

Usage

import { type IContentFetcher } from ".";