标签: typescript
在读取角度回购文件之一(如下所述的链接)时,界面属性类型具有 Set 这样的方法;
Set
interface testInterface { attribute: Set<anotherInterface>; }
任何人都可以解释这种用法是什么?
https://github.com/angular/angular/blob/master/packages/compiler-cli/src/ngtsc/indexer/src/api.ts