打字稿界面集

时间:2019-11-18 11:03:47

标签: typescript

在读取角度回购文件之一(如下所述的链接)时,界面属性类型具有 Set 这样的方法;

interface testInterface {
  attribute: Set<anotherInterface>;
}

任何人都可以解释这种用法是什么?

https://github.com/angular/angular/blob/master/packages/compiler-cli/src/ngtsc/indexer/src/api.ts

0 个答案:

没有答案