We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23482c5 commit 021261cCopy full SHA for 021261c
src/lib/converter/types/alias.ts
@@ -80,7 +80,7 @@ export class AliasConverter extends ConverterTypeComponent implements TypeConver
80
}
81
82
supportsType(context: Context, type: ts.Type): boolean {
83
- return Boolean(type.aliasSymbol)
+ return Boolean(type.aliasSymbol);
84
85
86
convertType(context: Context, type: ts.Type & { aliasSymbol: ts.Symbol }): ReferenceType {
0 commit comments