Interface BytePushableOptions

Hierarchy

Properties

Methods

Properties

objectMode?: false

A boolean value that means non-Uint8Arrays will be passed to .push, default: false

Methods

  • A function called after all values have been yielded from the iterator (including buffered values). In the case when the iterator is ended with an error it will be passed the error as a parameter.

    Parameters

    Returns void

Generated using TypeDoc