Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 405 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 405 Bytes

Typescript mixins

This project is a sample to demonstrate how mixins can be implemented in Typescript.

For more information see my blog post : How to implement mixins in typescript

Install

Install typescript & jasmine

npm install -g typescript
npm install -g jasmine

Transpile & Test

npm test