wallet-core/node_modules/core-js/modules/$.a-function.js

4 lines
120 B
JavaScript
Raw Normal View History

2017-05-03 15:35:00 +02:00
module.exports = function(it){
if(typeof it != 'function')throw TypeError(it + ' is not a function!');
return it;
};