Type Alias: StringStreamHandler

May 16, 2026 ยท View on GitHub

fflate


Type Alias: StringStreamHandler

StringStreamHandler = (data: string, final: boolean) => void

Handler for string generation streams

Parameters

data

string

The string output from the stream processor

final

boolean

Whether this is the final block

Returns

void

Contents

  1. 1Parameters
  2. 1.1data
  3. 1.2final
  4. 2Returns