UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

12 lines (10 loc) 291 B
'use strict'; module.exports = function (t, a) { var args, dummy; args = (function () { return arguments; }()); dummy = { '0': 1, '1': 2 }; Object.defineProperty(dummy, 'length', { value: 2 }); a(t(args), true, "Arguments"); a(t(dummy), false, "Dummy"); a(t([]), false, "Array"); };