UNPKG

nyks

Version:

nodejs exupery style

8 lines (5 loc) 173 B
"use strict"; // mout/string/repeat seems too complicated sometimes module.exports = function(str, times) { return Array.apply(null, {length : times + 1}).join(str); };