I wanted to read about Generator in detail on Typescript offical website; however, I couldn't find even any small explanation in the official document. I strongly believe that Typescript has adopted the feature since Typescript 1.6. But no good info for beginners.
this is all and no info even though generator is one of the important features in ECMAScript6.
https://www.typescriptlang.org/docs/handbook/iterators-and-generators.html
Of course, there is a few decent docs in terms of ECMAScript 6 Generator outside, but not Typescript
Could you tell me where I can find some decent Generator document for beginners to use properly ?
I wanted to read about Generator in detail on Typescript offical website; however, I couldn't find even any small explanation in the official document. I strongly believe that Typescript has adopted the feature since Typescript 1.6. But no good info for beginners.
this is all and no info even though generator is one of the important features in ECMAScript6.
https://www.typescriptlang.org/docs/handbook/iterators-and-generators.html
Of course, there is a few decent docs in terms of ECMAScript 6 Generator outside, but not Typescript
Could you tell me where I can find some decent Generator document for beginners to use properly ?