Skip to main content
type alias WriteFileOptions

Definition

(
ObjectEncodingOptions
& Abortable
& { mode?: Mode | undefined; flag?: string | undefined; flush?: boolean | undefined; }
)

| BufferEncoding
| null
Back to top