MCP TypeScript SDK (V2)
    Preparing search index...
    interface Transform {
        id: string;
        name: string;
        apply(sourceFile: SourceFile, context: TransformContext): TransformResult;
    }
    Index

    Properties

    Methods

    Properties

    id: string
    name: string

    Methods