UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

5 lines (4 loc) 106 B
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } module.exports = _arrayWithHoles;