Skip to main content
Glama
DocParagraph.d.ts836 B
import { DocNodeKind, type DocNode } from './DocNode'; import { DocNodeContainer, type IDocNodeContainerParameters } from './DocNodeContainer'; /** * Constructor parameters for {@link DocParagraph}. */ export interface IDocParagraphParameters extends IDocNodeContainerParameters { } /** * Represents a paragraph of text, similar to a `<p>` element in HTML. * Like CommonMark, the TSDoc syntax uses blank lines to delineate paragraphs * instead of explicitly notating them. */ export declare class DocParagraph extends DocNodeContainer { /** * Don't call this directly. Instead use {@link TSDocParser} * @internal */ constructor(parameters: IDocParagraphParameters, childNodes?: ReadonlyArray<DocNode>); /** @override */ get kind(): DocNodeKind | string; } //# sourceMappingURL=DocParagraph.d.ts.map

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/yogendhra9/ZerodhaMCP'

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