We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sadiuysal/mem0-mcp-server-ts'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
element-utils.d.ts•465 B
export declare function isElementInToolbar(el: EventTarget | null): boolean;
export declare function isElementNode(el: Node | Element | undefined | null): el is Element;
export declare function isTag(el: Element | undefined | null, tag: string): el is HTMLElement;
export declare function isTextNode(el: Element | undefined | null): el is HTMLElement;
export declare function isDocumentFragment(el: Element | ParentNode | undefined | null): el is DocumentFragment;