UNPKG

@adikari/config-manager

Version:

Tool to deploy configs to different stores

14 lines (11 loc) 205 B
const { getOutputs } = require('./get-outputs'); const { deploy } = require('./deploy'); const makeCfService = () => { return { deploy, getOutputs }; }; module.exports = { makeCfService };