MIF_E31222707/node_modules/collect.js/dist/methods/push.js

9 lines
153 B
JavaScript

'use strict';
module.exports = function push() {
var _this$items;
(_this$items = this.items).push.apply(_this$items, arguments);
return this;
};