Skip to main content
Glama
TSDocParser.d.ts570 B
import { TextRange } from './TextRange'; import { ParserContext } from './ParserContext'; import { TSDocConfiguration } from '../configuration/TSDocConfiguration'; /** * The main API for parsing TSDoc comments. */ export declare class TSDocParser { /** * The configuration that was provided for the TSDocParser. */ readonly configuration: TSDocConfiguration; constructor(configuration?: TSDocConfiguration); parseString(text: string): ParserContext; parseRange(range: TextRange): ParserContext; } //# sourceMappingURL=TSDocParser.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