get
get(
_,fileName):Promise<string|null>
Defined in: review/src/sources/fileSource.ts:14
Reads the text file from current dir
Parameters
Section titled “Parameters”ProviderConfig | null
config (unused in this source)
fileName
Section titled “fileName”string | undefined
Returns
Section titled “Returns”Promise<string | null>
file contents