UNPKG

@loftysoul/soul

Version:

The professional Content Management System, based ghost

12 lines (10 loc) 258 B
const shared = require('../shared'); const localUtils = require('../v2/utils'); module.exports = { get http() { return shared.http; }, get configuration(){ return shared.pipeline(require('./configuration'), localUtils); } };