Skip to content
Snippets Groups Projects
Commit 6980fc89 authored by Sourabh Desai's avatar Sourabh Desai
Browse files

docstring

parent 93c44e1b
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,11 @@ export async function exists(
}
}
/**
* Recursively traverses a directory and yields all the paths to the files in it.
* @param fs The filesystem to use.
* @param dirPath The path to the directory to traverse.
*/
export async function* walk(
fs: WalkableFileSystem,
dirPath: string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment