UNPKG

honkit

Version:

HonKit is building beautiful books using Markdown.

7 lines 264 B
import type cheerio from "cheerio"; /** Fetch all remote images */ declare function fetchRemoteImages(rootFolder: string, currentFile: string, $: cheerio.CheerioAPI): Promise<any>; export default fetchRemoteImages; //# sourceMappingURL=fetchRemoteImages.d.ts.map