Home > @rushstack/node-core-library > IFileSystemReadFileOptions > encoding
IFileSystemReadFileOptions.encoding property
If specified, will change the encoding of the file that will be written.
Signature:
encoding?: Encoding;
Default Value
Encoding.Utf8