import repeat = require("repeat-element"); repeat(5, 5); repeat({some: 'object'}, 5); repeat('a', 5); repeat(null, 5);