import { FileUtils } from "https://deno.land/x/ts_morph@16.0.0/common/mod.ts";
Gets the descendant directories of the specified directory.
Parameters
fileSystemWrapper: TransactionalFileSystem
- Directory path.
dirPath: StandardizedFilePath
Returns
IterableIterator<StandardizedFilePath>