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">

11 lines (9 loc) 200 B
"use strict"; module.exports = function (t, a) { var o = { raz: 1, dwa: 2, trzy: 3 } , o2 = {}; a(t(o, function (value, name) { o2[name] = value; }), undefined, "Return"); a.deep(o2, o); };