function _push(a, i) { a.push(i); } module.exports={ _push: _push };