Translate 'narrow' as '细化'
This commit is contained in:
parent
6e068d8aca
commit
a964984a78
@ -72,7 +72,7 @@ interface IteratorReturnResult<TReturn> {
|
||||
}
|
||||
```
|
||||
|
||||
简而言之,这意味当直接处理迭代器时,你将有能力缩小值的类型。
|
||||
简而言之,这意味当直接处理迭代器时,你将有能力细化值的类型。
|
||||
|
||||
为了正确的表示在调用生成器的 `next()` 方法的时候能被传入的类型,TypeScript 3.6 还可以在生成器函数内推断出 `yield` 的某些用法。
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user