michaelolof / typescript-mix

A tweaked implementation of TypeScript's default applyMixins(...) idea using ES7 decorators
https://www.npmjs.com/package/typescript-mix
86 stars 8 forks source link

booleans? #1

Closed srb- closed 6 years ago

srb- commented 6 years ago

Any reason we can't mixin boolean properties? Thanks!

p.s. Great library - the best I've found for TypeScript that has Intellisense working nicely!

michaelolof commented 6 years ago

Thanks a lot.

Boolean values can be used as mixin properties. Will update this in the readme as soon as possible.