UNPKG

nunjucks-template-loader

Version:
5 lines (4 loc) 95 B
function shorten(str, count) { return str.slice(0, count || 5); } module.exports = shorten