yield* - JavaScript | MDN

The yield* operator is used to delegate to another iterable object, such as a Generator.