Translate 'narrow' as '细化'

This commit is contained in:
ShikunFan 2019-09-12 07:45:25 +08:00
parent 6e068d8aca
commit a964984a78

View File

@ -72,7 +72,7 @@ interface IteratorReturnResult<TReturn> {
}
```
简而言之,这意味当直接处理迭代器时,你将有能力缩小值的类型。
简而言之,这意味当直接处理迭代器时,你将有能力细化值的类型。
为了正确的表示在调用生成器的 `next()` 方法的时候能被传入的类型TypeScript 3.6 还可以在生成器函数内推断出 `yield` 的某些用法。