Skip to content

Exploring Tuples and the Unknown Type in TypeScript 3

Notifications You must be signed in to change notification settings

palashmon/typescript-tuples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript Tuples

Learning how TypeScript 3.0, a typed superset of JavaScript, improves tuples type and introduces a new 'unknown' top type!

TypeScript 3.0 is out! It comes with enhancements for the type system, compiler, and language service. This release is shipping with the following:

  • Project references let TypeScript projects depend on other TypeScript projects by allowing tsconfig.json files to reference other tsconfig.json files.
  • Support for defaultProps in JSX.
  • Tuples in rest parameters and spread expressions with optional elements.
  • New unknown top type! It's the type-safe counterpart of any.

About

Exploring Tuples and the Unknown Type in TypeScript 3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published