Host-side transform from raw isolate bytes to the caller's return type.
(bytes: Uint8Array, input: TInput)
| 53 | finalize: string |
| 54 | /** Host-side transform from raw isolate bytes to the caller's return type. */ |
| 55 | toResult(bytes: Uint8Array, input: TInput): Buffer |
| 56 | } |