anchorbrowser
Version:
The official TypeScript library for the Anchorbrowser API
9 lines • 1.33 kB
TypeScript
export * from "./shared.js";
export { Events, type EventWaitForResponse, type EventSignalParams, type EventWaitForParams } from "./events.js";
export { Extensions, type ExtensionManifest, type ExtensionRetrieveResponse, type ExtensionListResponse, type ExtensionDeleteResponse, type ExtensionUploadResponse, type ExtensionUploadParams, } from "./extensions.js";
export { Profiles, type ProfileRetrieveResponse, type ProfileListResponse, type ProfileCreateParams, type ProfileUpdateParams, } from "./profiles.js";
export { Sessions, type SessionCreateResponse, type SessionRetrieveResponse, type SessionCopyResponse, type SessionDragAndDropResponse, type SessionGotoResponse, type SessionListPagesResponse, type SessionPasteResponse, type SessionRetrieveDownloadsResponse, type SessionScrollResponse, type SessionUploadFileResponse, type SessionCreateParams, type SessionDragAndDropParams, type SessionGotoParams, type SessionPasteParams, type SessionScrollParams, type SessionUploadFileParams, } from "./sessions/sessions.js";
export { Tools, type ToolFetchWebpageResponse, type ToolPerformWebTaskResponse, type ToolFetchWebpageParams, type ToolPerformWebTaskParams, type ToolScreenshotWebpageParams, } from "./tools.js";
export { Browser } from "./browser.js";
export { Agent } from "./agent.js";
//# sourceMappingURL=index.d.ts.map