Skip to content Skip to sidebar Skip to footer
Showing posts with the label Typescript1.8

How To Add File With Extending Prototype In Typescript

Suppose i want to extend String.prototype, so i have this in ext/string.ts for example: interface S… Read more How To Add File With Extending Prototype In Typescript

Writing Typescript Interface For A Class

I'm reading the Class Types section of the Typescript Handbook and I'm confused about how t… Read more Writing Typescript Interface For A Class