2 Matching Annotations
  1. Dec 2023
    1. [Property in keyof Type]: Type[Property] extends { pii: true } ? true : false;

      层次感很强

    1. 你只能在索引时使用类型,这意味着你不能使用 const 来进行变量引用

      type 与 const 区别