Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 30, 2023
1 parent a37edc5 commit e632a61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ export type ProgressData = {
readonly percent: number;

/**
The absolute path of the deleted file or directory. It will not be present if nothing was deleted.
The absolute path of the deleted file or directory.
It will not be present if nothing was deleted.
*/
readonly path?: string;
};
Expand Down

0 comments on commit e632a61

Please sign in to comment.