method CompositeFetcher.prototype.canHandle
CompositeFetcher.prototype.canHandle(source: string): boolean

Checks if any fetcher can handle the given source.

Parameters

source: string

Return Type

boolean

Usage

import { CompositeFetcher } from ".";