zstd-napi - v0.0.13
    Preparing search index...

    Enumeration EndDirective

    Identifies whether to flush or close the current frame.

    Corresponds to ZSTD_EndDirective.

    Index
    continue: number

    Don't flush or end the frame

    end: number

    Flush all data written so far and end the frame

    flush: number

    Flush all data written so far