UNPKG

create-koa-server

Version:
5 lines (3 loc) 201 B
const { curry } = require('ramda'); const { SERVER_CONFIG_KEYS } = require('../constants'); module.exports = curry(require('./normalize-root-config'))(Object.freeze, Object.keys, SERVER_CONFIG_KEYS);