awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Utility Types · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesUtility Types

Predefined generic types that simplify common transformations and modifications of existing data structures.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Utility Types. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Language Features and Paradigms
  4. Type System Tools
  5. Utility Types

Awesome Utility Types GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • microsoft/TypeScript

    microsoft/TypeScript

    107,866GitHubView on GitHub↗

    TypeScript is a language that extends standard syntax by adding a static type system. It identifies potential runtime errors by analyzing the behaviors and capabilities of values during the compilation process. The language supports object-oriented structures, including classes with inheritance and member visibility co

    TypeScriptjavascriptlanguagetypechecker

Explore sub-tags

  • Partial Type ConstructionMaking all properties optional.