typeof
ts
import type { Equal, Expect } from '@type-challenges/utils'
// 参考资料:
// https://www.typescriptlang.org/docs/handbook/2/typeof-types.html
// typeof 是个类型运算符
// typeof 运算符可以在类型上下文中使用,用于引用变量或属性的类型
// 记住值和类型不是一回事。要引用值的类型,我们使用 typeof