UNPKG

nodegit-flow

Version:

nodegit-flow contains gitflow methods that aren't include in the vanilla nodegit package

3 lines (2 loc) 91 B
"use strict"; module.exports = callback => a => Promise.resolve(callback()).then(() => a);