functionstream.iter.textSyncfunction textSync(source: SyncSource,options?: TextConsumeSyncOptions): string;Referenced typestype SyncSource =| string| ArrayBufferLike| ArrayBufferView| Iterable<SyncSource>| Streamableinterface TextConsumeSyncOptionsencoding?: stringlimit?: number