UNPKG

webforai

Version:

A library that provides a web interface for AI

3 lines (2 loc) 152 B
import type { PuppeteerLaunchOptions } from "puppeteer"; export declare const loadHtml: (url: string, ctx?: PuppeteerLaunchOptions) => Promise<string>;