UNPKG

webforai

Version:

A library that provides a web interface for AI

6 lines (5 loc) 253 B
export declare const DEFAULT_PATH = "https://example.com"; export declare const LOADERS: readonly ["fetch", "playwright"]; export type Loaders = (typeof LOADERS)[number]; export declare const MODES: string[]; export type Modes = (typeof MODES)[number];