UNPKG

oprah

Version:

Package to deploy parameters to AWS

9 lines (7 loc) 195 B
const makeRun = ({ init, configure, cleanUp }) => ( { removing } = { removing: false } ) => init() .then(configure) .then(() => removing && cleanUp()); module.exports = { makeRun };