UNPKG

381 BJavaScriptView Raw
1var _has =
2/*#__PURE__*/
3require("./_has");
4
5var toString = Object.prototype.toString;
6
7var _isArguments =
8/*#__PURE__*/
9function () {
10 return toString.call(arguments) === '[object Arguments]' ? function _isArguments(x) {
11 return toString.call(x) === '[object Arguments]';
12 } : function _isArguments(x) {
13 return _has('callee', x);
14 };
15}();
16
17module.exports = _isArguments;
\No newline at end of file