Skip to content

Commit 7dcc16a

Browse files
committed
fix: sync latest @types/node
1 parent 57dc1f8 commit 7dcc16a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/index.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,17 @@ export const readdir = quansync({
203203
recursive?: boolean | undefined
204204
},
205205
]
206+
> &
207+
QuansyncFn<
208+
Dirent<Buffer>[],
209+
[
210+
path: PathLike,
211+
options: {
212+
encoding: 'buffer'
213+
withFileTypes: true
214+
recursive?: boolean | undefined
215+
},
216+
]
206217
>
207218

208219
/**

0 commit comments

Comments
 (0)