We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@types/node
1 parent 57dc1f8 commit 7dcc16aCopy full SHA for 7dcc16a
src/index.ts
@@ -203,6 +203,17 @@ export const readdir = quansync({
203
recursive?: boolean | undefined
204
},
205
]
206
+ > &
207
+ QuansyncFn<
208
+ Dirent<Buffer>[],
209
+ [
210
+ path: PathLike,
211
+ options: {
212
+ encoding: 'buffer'
213
+ withFileTypes: true
214
+ recursive?: boolean | undefined
215
+ },
216
+ ]
217
>
218
219
/**
0 commit comments