const utils= (function (){ const typeOf= function(param){ return Object.prototype.toString.call(param); } return { typeOf } })()