WriteFileOptions
data class WriteFileOptions(val encoding: StringOrBuffer? = null, val flag: String? = "w", val mode: Int? = null, val signal: AbortSignal? = null)
Options: fs.writeFile
Describes the options which can be provided to a writeFile
operation.
Constructors
Link copied to clipboard
constructor(encoding: StringOrBuffer? = null, flag: String? = "w", mode: Int? = null, signal: AbortSignal? = null)