Interface WriteFileOptions

interface WriteFileOptions {
    etag?: string;
    mtime?: number;
}

Hierarchy (view full)

Properties

Properties

etag?: string

The etag of the file. This can be used to prevent dirty writes.

mtime?: number

The last known modification time of the file. This can be used to prevent dirty writes.