UNPKG

@ejazullah/smart-browser-automation

Version:

A smart AI-driven browser automation library and REST API server using MCP (Model Context Protocol) and LangChain for multi-step task execution. Includes both programmatic library usage and HTTP API server for remote automation.

8 lines (6 loc) 352 B
declare function ToObject<T extends object>(value: number): Number; declare function ToObject<T extends object>(value: boolean): Boolean; declare function ToObject<T extends object>(value: string): String; declare function ToObject<T extends object>(value: bigint): BigInt; declare function ToObject<T extends object>(value: T): T; export = ToObject;