Skip to content

Commit 778e9e1

Browse files
committed
Remove unused type
Closes #115
1 parent 62b9c3b commit 778e9e1

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

index.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,6 @@ export type ProgressEmitter = {
144144
): Promise<string[]>;
145145
};
146146

147-
export type CopyStatus = {
148-
written: number;
149-
percent: number;
150-
};
151-
152147
/**
153148
Copy files.
154149

index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,6 @@ export default function cpy(
138138
destination,
139139
{concurrency = os.availableParallelism(), ...options} = {},
140140
) {
141-
/**
142-
@type {Map<string, import('./index').CopyStatus>}
143-
*/
144141
const copyStatus = new Map();
145142

146143
/**

0 commit comments

Comments
 (0)