最終更新:2021-09-01 (水) 22:58:38 (967d)  

TypeScript/Weak Type
Top / TypeScript / Weak Type

すべてのプロパティが省略可能な型

Any type that contains nothing but a set of all-optional properties is considered to be weak.

https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-4.html#weak-type-detection

導入

  • TypeScript 2.4?

関連