aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-register/node_modules/core-js/modules/_a-function.js
blob: a9a5d84ff431cc5998d6ca01502f33517331cb08 (plain)
1
2
3
4
module.exports = function (it) {
  if (typeof it != 'function') throw TypeError(it + ' is not a function!');
  return it;
};