UNPKG

handlebars-template-loader

Version:
6 lines (4 loc) 113 B
function removeFirstline(str) { return str.substr(str.indexOf("\n") + 1); } module.exports = removeFirstline;