ReadableReduceOptions

data class ReadableReduceOptions(var signal: AbortSignal? = null)

Readable Reduce Options

Defines the structure of options which relate to the Readable.reduce method.

Constructors

Link copied to clipboard
constructor(signal: AbortSignal? = null)

Properties

Link copied to clipboard

Abort signal to use for the operation.