DefinitelyTyped

The repository for high quality TypeScript type definitions. (by DefinitelyTyped)

DefinitelyTyped Alternatives

Similar projects and alternatives to DefinitelyTyped

  1. Visual Studio Code

    Visual Studio Code

  2. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  3. React

    1,895 DefinitelyTyped VS React

    The library for web and native user interfaces.

  4. TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  5. vite

    883 DefinitelyTyped VS vite

    Next generation frontend tooling. It's fast!

  6. create-react-app

    Set up a modern web app by running one command.

  7. Nim

    Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).

  8. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  9. zod

    350 DefinitelyTyped VS zod

    TypeScript-first schema validation with static type inference

  10. esbuild

    An extremely fast bundler for the web

  11. d3

    291 DefinitelyTyped VS d3

    Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada:

  12. git-lfs

    Git extension for versioning large files

  13. swc

    Rust-based platform for the Web

  14. fp-ts

    99 DefinitelyTyped VS fp-ts

    Functional programming in TypeScript

  15. type-challenges

    Collection of TypeScript type challenges with online judge

  16. Snowpack

    69 DefinitelyTyped VS Snowpack

    Discontinued ESM-powered frontend build tool. Instant, lightweight, unbundled development. ✌️ [Moved to: https://github.com/FredKSchott/snowpack] (by withastro)

  17. tools

    Discontinued Unified developer tools for JavaScript, TypeScript, and the web

  18. ts-sql

    29 DefinitelyTyped VS ts-sql

    A SQL database implemented purely in TypeScript type annotations.

  19. rbs

    Type Signature for Ruby

  20. froebel

    15 DefinitelyTyped VS froebel

    A strictly typed utility library.

  21. supabase-js

    An isomorphic Javascript client for Supabase. Query your Supabase database, subscribe to realtime events, upload and download files, browse typescript examples, invoke postgres functions via rpc, invoke supabase edge functions, query pgvector.

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better DefinitelyTyped alternative or higher similarity.

DefinitelyTyped discussion

Log in or Post with

DefinitelyTyped reviews and mentions

Posts with mentions or reviews of DefinitelyTyped. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-10-24.
  • TypeScript's progressive adoption strategy for front-end projects
    1 project | dev.to | 3 Dec 2024
    Sometimes, the community will provide unofficial type definitions. You can find it in the DefinitelyTyped repository (https://github.com/DefinitelyTyped/DefinitelyTyped), or search for @types/library-name on GitHub.
  • Show HN: 2048 turned 10 this year, I built an updated version to celebrate
    4 projects | news.ycombinator.com | 24 Oct 2024
    https://github.com/DefinitelyTyped/DefinitelyTyped/commit/4b...

    It's still there to this date, but I've lost my TS port in the sands of time.

  • Learn PHP the Right Way
    4 projects | news.ycombinator.com | 5 Aug 2024
    > I really loved PHP, but now with go+templ (https://templ.guide) I personally don't have a use-case for PHP anymore, but that doesn't mean it's irrelevant for the world.

    This is the first time I've heard of Templ. It looks cool and it was really easy to set up. Apparently there are IDE extensions to enable syntax highlighting and HTML auto-completion, but is there a way to type check the templates? One of the things I love about JSX as a templating language is that errors in your markup get reported as type errors [1]. If I write `` instead of `` and run `tsc --noEmit --watch`, TypeScript will complain until I fix the issue. You can even extend the types to support your own HTML custom elements.

    [1] https://github.com/DefinitelyTyped/DefinitelyTyped/blob/mast...

  • ⚛️ Explaining React's Types
    1 project | dev.to | 27 Mar 2024
    Prior to React 18, it used to include an implicit children prop, making it suitable for components expected to have children. For a long time, though, the implicit children prop type has been removed according to React 18's type changes.
  • Introduction to TypeScript — What is TypeScript?
    1 project | dev.to | 12 Mar 2024
    Additionally, because TypeScript has a well established and widely used install-base, there are already many different definition files in the wild for supporting non-TypeScript supporting projects. One of the more extensive collections of these typings lives at the DefinitelyTyped repository, which publishes the package's community typings under the package names @types/your-package-name (where your-package-name is the name of the project you're looking for typings of) that you can look for on your package manager.
  • 5 Resources Each TypeScript Developer Should Know About
    6 projects | dev.to | 10 Mar 2024
    View on GitHub
  • DefinitelyTyped
    1 project | news.ycombinator.com | 12 Feb 2024
  • Show HN: OpenAPI DevTools – Chrome ext. that generates an API spec as you browse
    17 projects | news.ycombinator.com | 25 Oct 2023
    Firefox maintain a library for unified extension API https://github.com/mozilla/webextension-polyfill

    Their type definition for HAR request isn't exported https://github.com/DefinitelyTyped/DefinitelyTyped/blob/mast...

  • Typescript - Union types e type guards
    2 projects | dev.to | 17 Jul 2023
    type NumberOrString = number | string; type Status = "idle" | "loading" | "success" | "failure" // React useState, can receive a value or a function as parameter to serve as initial value. // https://github.com/DefinitelyTyped/DefinitelyTyped/blob/a03856975a17eba524739676affbf70ac4078176/types/react/v17/index.d.ts#L920 function useState(initialState: S | (() => S)): [S, Dispatch>];
  • If you ever get called out for using long type names, remember this exists
    3 projects | /r/typescript | 7 Jul 2023
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 15 Feb 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic DefinitelyTyped repo stats
161
49,193
10.0
1 day ago

Sponsored
Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?