nch3v / typescript-mixins

How to implement mixins in typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

How to implement mixins in typescript


Languages

Language:TypeScript 80.5%Language:JavaScript 19.5%