Type alias BufferEncodingOption

BufferEncodingOption: "buffer" | {
    encoding: "buffer";
}

Generated using TypeDoc