UNPKG

@mdfriday/foundry

Version:

The core engine of MDFriday. Convert Markdown and shortcodes into fully themed static sites – Hugo-style, powered by TypeScript.

9 lines (8 loc) 232 B
export declare class HttpClient { private defaultTimeout; private defaultHeaders; fromRemote(uri: string, options?: { headers?: Record<string, string>; timeout?: number; }): Promise<string | null>; }