타입스크립트

JavaScript with type annotations.

typescriptlang.org/

특징:

  • Uses structural typing
  • Unsound (a type system allows certain operations that can’t be known at compile-time to be safe)
    • Function parameter bivariance
    • Rest parameters

2024 © ak