Skip to content

Commit

Permalink
fix: missing getTargetFile type (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly authored Dec 17, 2024
1 parent fc5af6d commit 5e33265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ declare module 'replace-in-file' {
ignore?: string | string[];
from?: From | Array<From>;
to?: To | Array<To>;
getTargetFile?(source: string): string;
countMatches?: boolean;
allowEmptyPaths?: boolean;
disableGlobs?: boolean;
Expand Down

0 comments on commit 5e33265

Please sign in to comment.