UNPKG

@dillonkearns/elm-graphql

Version:

<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">

14 lines (12 loc) 288 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"); };