Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/core-js/internals/
Upload File :
Current File : //etc/kibana/node_modules/core-js/internals/a-function.js

module.exports = function (it) {
  if (typeof it != 'function') {
    throw TypeError(String(it) + ' is not a function');
  } return it;
};