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

15 lines (13 loc) 327 B
var path = require("path"); var install = require(path.join(__dirname, "install")); var test = require(path.join(__dirname, "test")); module.exports = function(config) { return { install: function(os, arch) { return install(config, os, arch); }, test: function() { return test(config); } }; };