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

9 lines (5 loc) 185 B
'use strict' var fs = require('fs') var statusCodes = require('./') var code = 'module.exports = ' + JSON.stringify(statusCodes, null, 2) + '\n' fs.writeFileSync('browser.js', code)