UNPKG

@adikari/config-manager

Version:

Tool to deploy configs to different stores

4 lines (2 loc) 102 B
const makeRun = ({ init, configure }) => () => init().then(configure); module.exports = { makeRun };