Slide 6
Slide 6 text
“TypeScript’s type system is
structurally typed:
meaning any value that happens to
satisfy a type is allowed to be used
as a value of that type. “
”TypeScriptの型システムは
構造的型付けです。
つまり、ある値がその型の
構造を満たしていれば、そ
の型の値として使用するこ
とが許されます。”
Josh
Goldberg