method HttpFetcher.prototype.fetch
HttpFetcher.prototype.fetch(source: string): Promise<string>

Fetches content from a URL.

Parameters

source: string

Return Type

Promise<string>

Usage

import { HttpFetcher } from ".";