@flowscripter/pluggable-io-framework-api
    Preparing search index...

    Type Alias ChunkConverter

    ChunkConverter: (chunk: ChunkRef, toKind: ChunkKind) => ChunkRef

    Converts a single chunk to the target kind. Pure-TS code can only ever implement the identity case (same kind in, same kind out) - a real js<->native conversion needs FFI-capable pointer access and must be supplied by a runtime-specific package (e.g. via bun:ffi).

    Type Declaration