UNPKG

140 BJavaScriptView Raw
1
2var ReactTools = require('react-tools');
3module.exports = {
4 process: function(src) {
5 return ReactTools.transform(src);
6 }
7};
\No newline at end of file