UNPKG

@interaction/eagle

Version:
12 lines (10 loc) 367 B
import _has from "./_has.js"; const toString = Object.prototype.toString; const _isArguments = /*#__PURE__*/function () { return toString.call(arguments) === '[object Arguments]' ? function _isArguments(x) { return toString.call(x) === '[object Arguments]'; } : function _isArguments(x) { return _has('callee', x); }; }(); export default _isArguments;