타입스크립트
JavaScript with type annotations.
특징:
- 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
JavaScript with type annotations.
특징: