Interface ReadFileOptions

Options for [[readFile]] calls in [[mapChildren]]. Not to be confused with the [[ReadOptions]] interface which is misleadingly named but is only used for [[readJson]]/[[readJsonSync]]

interface ReadFileOptions {
    encoding?: BufferEncoding;
    flag?: string;
}

Properties

Properties

encoding?: BufferEncoding
flag?: string

Generated using TypeDoc