| Current Path : /etc/kibana/node_modules/core-js/internals/ |
| 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;
};