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

12 lines (7 loc) 212 B
"use strict"; exports.Array = ["1", "2", "3"]; exports.Arguments = (function () { return arguments; }("1", "2", "3")); exports.String = "123"; exports.Object = { 0: "1", 1: "2", 2: "3", 3: "4", length: 3 };