Skip to content

Commit

Permalink
Merge 35d7a6a into 71dba0e
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Dec 8, 2019
2 parents 71dba0e + 35d7a6a commit c06652b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Expand Up @@ -10,6 +10,7 @@ declare module 'replace-in-file' {

export interface ReplaceInFileConfig {
files: string | string[];
ignore: string | string[];
from: string | RegExp | string[] | RegExp[] | FromCallback;
to: string | string[] | ToCallback;
countMatches?: boolean;
Expand Down

0 comments on commit c06652b

Please sign in to comment.