UNPKG

@grasplabs/grasp

Version:

TypeScript SDK for browser automation and secure command execution in highly available and scalable cloud browser environments

12 lines 540 B
import { Grasp } from './grasp'; import { GraspServer } from './grasp/server'; import { GraspSession } from './grasp/session'; import { GraspBrowser } from './grasp/browser'; export { Grasp, GraspServer, GraspSession, GraspBrowser }; export default Grasp; export * from './types'; export * from './utils/config'; export * from './utils/logger'; export { SandboxService, CommandEventEmitter, } from './services/sandbox.service'; export { BrowserService, ICDPConnection } from './services/browser.service'; //# sourceMappingURL=index.d.ts.map