readMultipleFilesFromProjectDir
readMultipleFilesFromProjectDir(
fileNames):string
Defined in: core/dist/utils/fileUtils.d.ts:56
Reads multiple files from the current directory and returns their contents
Parameters
Section titled “Parameters”fileNames
Section titled “fileNames”string | string[]
Array of file names to read
Returns
Section titled “Returns”string
Combined content of all files with proper formatting, each file is wrapped in random block like