63fe2dd8614c25209842c48782ea583d7b6ced68
[yaffs-website] / node_modules / core-js / fn / array / unshift.js
1 // for a legacy code and future fixes
2 module.exports = function(){
3   return Function.call.apply(Array.prototype.unshift, arguments);
4 };