Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
loopingz committed Mar 26, 2022
1 parent aaed428 commit 153d144
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/TypeFormatter/FunctionTypeFormatter.ts
Expand Up @@ -5,7 +5,6 @@ import { FunctionType } from "../Type/FunctionType";

export class FunctionTypeFormatter implements SubTypeFormatter {
public supportsType(type: FunctionType): boolean {
// console.log("MyCustomFormatter Type", type);
return type instanceof FunctionType;
}

Expand Down

0 comments on commit 153d144

Please sign in to comment.