| Current Path : /home/kamilrogam/komp/2018/180513/git/simpleKanban/node_modules/core-js/modules/ |
| Current File : /home/kamilrogam/komp/2018/180513/git/simpleKanban/node_modules/core-js/modules/_a-function.js |
module.exports = function (it) {
if (typeof it != 'function') throw TypeError(it + ' is not a function!');
return it;
};