jeffcarp/template-polyfill

should there be a check for exports,

Opened this issue · 1 comments

if (typeof exports === 'object') {
	module.exports = templatePolyfill;
}

PR's welcome!