folder path to iterate through
mapping function to call on each file
options to pass to [[readFile]]
Optional
writeOptions: null | ObjectEncodingOptions & Abortable & { options to pass to [[writeFile]]
a [[Promise]] resolving to an array of the children files, once the mapping is finished.
Optional
readOptions: null | "buffer" | { Optional
writeOptions: null | ObjectEncodingOptions & Abortable & { Generated using TypeDoc
Iterate through every file child of a folder, call a mapper function with each file's contents and write the returned value of the mapper to the files. This will not recurse into subdirectories.