it-pushable
    Preparing search index...

    Interface Options

    interface Options {
        objectMode?: boolean;
        onEnd?(err?: Error): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    objectMode?: boolean

    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