interface ObjectEncodingOptions {
    encoding?: BufferEncoding;
}

Properties

Properties

encoding?: BufferEncoding