Skip to content

Commit

Permalink
chore: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 25, 2024
1 parent 26c31a2 commit ef84840
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ export declare const files: Map<string, string>;
@returns The JSDoc annotations for the given function, if it exists.
@throws {Error} if something went wrong
*/
export declare function extractJSDoc(modulePath: string, member: string): RegExpMatchArray | null | undefined;
export declare function extractJSDoc(
modulePath: string,
member: string,
): RegExpMatchArray | null | undefined;

0 comments on commit ef84840

Please sign in to comment.