UNPKG

anchorbrowser

Version:

The official TypeScript library for the Anchorbrowser API

8 lines 1.34 kB
export { Agent } from "./agent/index.mjs"; export { All, type AllStatusResponse } from "./all.mjs"; export { Clipboard, type ClipboardGetResponse, type ClipboardSetResponse, type ClipboardSetParams, } from "./clipboard.mjs"; export { Keyboard, type KeyboardShortcutResponse, type KeyboardTypeResponse, type KeyboardShortcutParams, type KeyboardTypeParams, } from "./keyboard.mjs"; export { Mouse, type MouseClickResponse, type MouseDoubleClickResponse, type MouseDownResponse, type MouseMoveResponse, type MouseUpResponse, type MouseClickParams, type MouseDoubleClickParams, type MouseDownParams, type MouseMoveParams, type MouseUpParams, } from "./mouse.mjs"; export { Recordings, type RecordingListResponse, type RecordingPauseResponse, type RecordingResumeResponse, } from "./recordings/index.mjs"; 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.mjs"; //# sourceMappingURL=index.d.mts.map