kakts-log

技術・エンジニアリング組織などについて調べたことをまとめます

2018-11-01から1ヶ月間の記事一覧

TypeScript: A difference of type-checking behavior for passing Object directly and indirectly.

TypeScript interface I'm a newbie of TypeScript. I was confused by an error for the type-checking of interface. This is just a memorandum for understanding the mechanism of TypeScript I created the SquareConfig interface same as the TypeSc…