Skip to main content
Glama
diff.d.ts399 B
declare function diff( text1: string, text2: string, cursorPos?: number | diff.CursorInfo, cleanup?: boolean ): diff.Diff[]; declare namespace diff { type Diff = [-1 | 0 | 1, string]; const DELETE: -1; const INSERT: 1; const EQUAL: 0; interface CursorInfo { oldRange: { index: number; length: number }; newRange: { index: number; length: number }; } } export = diff;

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ajaystream/hubspot-mcp-custom'

If you have feedback or need assistance with the MCP directory API, please join our Discord server