Interface ObjectEncodingOptions

interface ObjectEncodingOptions {
    encoding?: null | BufferEncoding;
}

Properties

Properties

encoding?: null | BufferEncoding

Generated using TypeDoc