Back to Skills
unreadable-typescript
SkillAI Tooltypescripttypeutilityunreadable
type UnreadableType<T> = T extends object ? { [K in keyof T]: UnreadableType<T[K]> } : T;
Directory Presence
Cross-referenced across 55 tracked directories
Adoption Metrics
#4169
Popularity Rank
1 / 55
Listed In
Emerging
Adoption Stage
1d
Listed For
Recently added to the ecosystem
Related Skills
Detect if code is running in an AI agent or automated development environment
SkillAI Tool
4 dirs