configuration options for the readTextFile and readFile functions.
Optional
provide an optional abort signal to allow the cancellation of the file reading operation.
if the signal becomes aborted, the read file operation will be stopped and the promise returned will be rejected with an AbortError.
AbortError
undefined
configuration options for the readTextFile and readFile functions.