gcanti / babel-plugin-tcomb

Babel plugin for static and runtime type checking using Flow and tcomb
MIT License
482 stars 22 forks source link

support for argument spread #167

Open terion-name opened 7 years ago

terion-name commented 7 years ago

tcomb currently doesn't support argument spreading:

map.forEach(({selector, classRef}) => initComponent(container, selector, classRef));
2017-04-24 19 29 48

Can this be added?