function collectString collectString(iterable: AsyncIterable<string>): Promise<string> Parameters iterable: AsyncIterable<string> Return Type Promise<string>