Skip to content

Commit

Permalink
types: add types
Browse files Browse the repository at this point in the history
  • Loading branch information
GalacticHypernova authored Jan 25, 2024
1 parent 7c120fe commit c1f986e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export declare const files: Map<string, string>;
export declare function extractJSDoc(modulePath: string, member: string): RegExpMatchArray | null | undefined;

0 comments on commit c1f986e

Please sign in to comment.