TypeScript-extended-RegExps - Extended and properly-multi-line Regular Expressions for TypeScript...
Read more »
Learn about the new version of the TypeScript website, built from scratch with improvements to the handbook, playground and a new tsconfig.json reference. (more…)
Read more »
When writing a TypeScript library, it’s helpful to validate all the data passed into the library—at least in development—so that your library robustly handles the kinds of bad data it may receive from JavaScript and loose-mode TypeScript consumers. (more…)
Read more »
AWS AppSync is a managed serverless GraphQL service that simplifies application development by letting you create a flexible API to securely access, manipulate, and combine data from one or more data sources with a single network call and API endpoint. Wi... (more…)
Read more »
TypeScript 2.2 introduces a new type called object which represents any non-primitive type. Don't confuse it with the existing Object or {} types! (more…)
Read more »