FSHelper.List.flat(dir, baseDir)
Recursively lists files and directories in a flat structure.
1const files = await FSHelper.List.flat('.', '.');
Output:
1[{ type: 'file'|'directory', name: 'relative/path', size?: number }]