⬅️ Back to Table of Contents 📄 utils.ts¶ 📊 Analysis Summary¶ Metric Count 📑 Type Aliases 1 📚 Table of Contents¶ Type Aliases 🛠️ File Location:¶ 📂 packages/ast-spec/src/utils.ts Type Aliases¶ ValueOf<T>¶ type ValueOf<T> = T[keyof T];