diff --git a/src/types.ts b/src/types.ts index 1957c6b..1bb40cb 100644 --- a/src/types.ts +++ b/src/types.ts @@ -6,4 +6,7 @@ export declare const files: Map; @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;