class-transformer
Data transformer
Tool for converting between plain objects and class instances, allowing serialization and deserialization of data.
Decorator-based transformation, serialization, and deserialization between objects and classes.
7k stars
43 watching
505 forks
Language: TypeScript
last commit: 8 days ago exposing-gettersexposing-propertiestransformationtypescript
Related projects:
Repository | Description | Stars |
---|---|---|
ds300/react-native-typescript-transformer | A tool to seamlessly integrate TypeScript with React Native | 657 |
millsp/ts-toolbelt | A comprehensive TypeScript library providing a wide range of type utilities to improve type safety and simplify complex type operations | 6,787 |
microsoft/typescript | A language extension that adds optional types to JavaScript for large-scale applications | 101,442 |
bitjson/typescript-starter | A tool to quickly create and configure a new Node.js project with TypeScript support | 3,500 |
kulshekhar/ts-jest | A Jest transformer that enables testing of TypeScript projects | 6,990 |
sindresorhus/type-fest | A collection of reusable TypeScript types for common programming patterns and data structures | 14,543 |
piotrwitek/utility-types | A collection of utility types for TypeScript that complement the built-in mapped types and aliases, providing a set of common and additional types for idiomatic static typing. | 5,560 |
typescript-cheatsheets/react | A collection of documentation and examples for learning and using TypeScript with React to build scalable and maintainable JavaScript applications. | 45,629 |
cdklabs/json2jsii | Generates TypeScript classes from JSON schemas. | 22 |
babel/babel | A tool that transpiles modern JavaScript code to earlier versions of the language | 43,304 |
typescript-exercises/typescript-exercises | An interactive platform offering various TypeScript exercises to explore its features and principles. | 2,881 |
neuledge/computed-types | A strongly-typed validation library for TypeScript that allows developers to create accurate interfaces and transform data at compile-time. | 363 |
e2tox/typescript-standard | A tool that validates and formats TypeScript code according to Visual Studio standards. | 31 |
coder-spirit/nominal | Provides powerful nominal types for TypeScript projects, enabling type safety and expressive coding. | 75 |
milesj/babel-plugin-typescript-to-proptypes | Converts TypeScript interfaces and type aliases to React PropTypes | 367 |