Skip to content

Commit

Permalink
clobber removed
Browse files Browse the repository at this point in the history
  • Loading branch information
bdistin committed Dec 19, 2018
1 parent 4ed41fb commit b0e6e3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ declare module 'fs-nextra' {
export { writeJson as writeJSON };

export type CopyOptions = {
clobber?: boolean;
filter?: (source: string, target: string) => boolean;
overwrite?: boolean;
preserveTimestamps?: boolean;
Expand All @@ -153,7 +152,6 @@ declare module 'fs-nextra' {
};

export type MoveOptions = {
clobber?: boolean;
mkdirp?: boolean;
overwrite?: boolean;
};
Expand Down

0 comments on commit b0e6e3c

Please sign in to comment.