UNPKG

@promptbook/remote-server

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

11 lines (10 loc) 423 B
import type { PromptbookFetch } from '../../../execution/PromptbookFetch'; /** * The built-in `fetch' function with a lightweight error handling wrapper as default fetch function used in Promptbook scrapers * * @public exported from `@promptbook/core` */ export declare const promptbookFetch: PromptbookFetch; /** * TODO: [🧠] Maybe rename because it is not used only for scrapers but also in `$getCompiledBook` */