Function: findFileInClosestParentFolder
▸ findFileInClosestParentFolder(«destructured»
): string
| null
Find a file in the closest parent folder.
Parameters
Name | Type |
---|---|
«destructured» | Object |
› fileName | string |
› path | string |
› tree | Tree |
Returns
string
| null