Search code examples
typescriptdefinitelytyped

Is the DefinitelyTyped Project the same at the @types project?


I'm pretty new to Typescript, and I'm trying to understand the parts that go into it. Is the DefinitelyTyped Project the same at the @types project?, and is @types the latest way to add type definitions to a project.


Solution

  • Is the DefinitelyTyped Project the same at the @types project?

    You could say that. A better statement : The NPM modules under @types are automatically published from the type definitions present in the DefinitelyTyped Project.