Skip to content

Commit

Permalink
Remove unused export
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Feb 10, 2023
1 parent 79a1028 commit 4ef6c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/labs/analyzer/src/lib/javascript/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const getFunctionDeclarationInfo = (
};
};

export const getFunctionDeclaration = (
const getFunctionDeclaration = (
declaration: ts.FunctionLikeDeclaration,
name: string,
analyzer: AnalyzerInterface
Expand Down

0 comments on commit 4ef6c0a

Please sign in to comment.