# Installation
> `npm install --save @types/fs-readdir-recursive`

# Summary
This package contains type definitions for fs-readdir-recursive (https://github.com/fs-utils/fs-readdir-recursive).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fs-readdir-recursive.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fs-readdir-recursive/index.d.ts)
````ts
declare function readdirRecursive(
    path: string,
    filter?: (name: string, index: number, dir: string) => boolean,
    files?: string[],
    prefix?: string,
): string[];

export = readdirRecursive;

````

### Additional Details
 * Last updated: Wed, 01 May 2024 19:35:45 GMT
 * Dependencies: none

# Credits
These definitions were written by [Paolo Scanferla](https://github.com/pscanf).
