ts-generics

Installation
SKILL.md
async function getUser(): Promise<User> {
  return fetch('/api').then(r => r.json() as User);
}
type Container<System> = { items: System[] };
Related skills
Installs
1
GitHub Stars
2
First Seen
Apr 20, 2026