Type alias WriteOptions

WriteOptions: EncodingOptions & {
    mode?: number;
}

Generated using TypeDoc