Skip to content Skip to sidebar Skip to footer
Showing posts with the label Interface

Why Duck Typing Is Allowed For Classes In Typescript

Looks like in TypeScript it's absolutely fine (from the compiler perspective) to have such code… Read more Why Duck Typing Is Allowed For Classes In Typescript

Declare Interfaces In Typings File For Javascript

Project Info I'm working on a JavaScript project that utilizes .d.ts files. This is a subsequen… Read more Declare Interfaces In Typings File For Javascript