minimal adjustments
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / internals / a-function.js
1 module.exports = function (it) {
2   if (typeof it != 'function') {
3     throw TypeError(String(it) + ' is not a function');
4   } return it;
5 };