wbyoung/jsi-blowtorch

View on GitHub
lib/renderers/all.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

module.exports = {
  'html': require('./html'),
  'haml': require('./haml')
};