TypeScript
Type checker library
A language extension that adds optional types to JavaScript for large-scale applications
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
101k stars
2k watching
12k forks
Language: TypeScript
last commit: 8 days ago
Linked from 9 awesome lists
javascriptlanguagetypecheckertypescript
Related projects:
Repository | Description | Stars |
---|---|---|
woutervh-/typescript-is | Automates writing type predicate functions to check unknown or untyped data at runtime | 959 |
microsoft/tslib | A runtime library for TypeScript helpers to improve code efficiency and reduce file sizes. | 1,259 |
leddgroup/typescript-conditional-types | Simplifies TypeScript code by providing pre-built helper functions for generic types | 50 |
neuledge/computed-types | A strongly-typed validation library for TypeScript that allows developers to create accurate interfaces and transform data at compile-time. | 364 |
jeffijoe/typesync | Tools to install and configure missing TypeScript typings for dependencies in package.json | 1,529 |
vitalets/babel-plugin-runtyper | An add-on to JavaScript code analysis that detects and prevents type-coercion bugs during runtime. | 116 |
frankwallis/plugin-typescript | Enables transpiling of TypeScript files in the browser using SystemJS | 248 |
lukeed/tsm | A tool for loading and executing TypeScript modules in Node.js environments | 1,185 |
tool-belt/type-predicates | A collection of utilities for creating and working with type-guards and assertions in TypeScript. | 54 |
microsoft/typescript-sublime-plugin | An IO wrapper around TypeScript language services for Sublime Text | 1,717 |
mistlog/typetype | A TypeScript library for generating complex types from functional logic | 416 |
keuby/vite-plugin-lib-types | Generates TypeScript declarations during library builds for compatibility with other languages and frameworks. | 6 |
frontdevops/typescript-cheat-sheet | A cheat sheet for the TypeScript programming language, covering its key concepts and types | 124 |
typescript-ruby/typescript-rails | A gem that enables support for TypeScript in Rails applications | 255 |
typed-ember/ember-cli-typescript | A tool to simplify using TypeScript in Ember.js apps by integrating it with the Ember CLI build system. | 363 |