class Signatureimport { Signature } from "https://dotland.deno.dev/x/ts_morph@20.0.0/mod.ts"; ConstructorsnewprivateSignature()PropertiesreadonlycompilerSignature: ts.SignatureGets the underlying compiler signature. MethodsgetDeclaration(): | MethodSignature | MethodDeclaration | ConstructorDeclaration | GetAccessorDeclaration | SetAccessorDeclaration | CallSignatureDeclaration | ConstructSignatureDeclaration | IndexSignatureDeclaration | FunctionTypeNode | ConstructorTypeNode | FunctionExpression | ArrowFunction | FunctionDeclaration | JSDocFunctionTypeGets the signature's declaration. getDocumentationComments(): SymbolDisplayPart[]Get the documentation comments. getJsDocTags(): JSDocTagInfo[]Gets the JS doc tags. getParameters(): Symbol[]Gets the parameters. getReturnType(): TypeGets the signature return type. getTypeParameters(): TypeParameter[]Gets the type parameters.