UNPKG

nodegit-flow

Version:

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

10 lines (7 loc) 223 B
"use strict"; const BranchConstants = require('./BranchConstants'); const ErrorMessageConstants = require('./ErrorMessageConstants'); module.exports = { Branch: BranchConstants, ErrorMessage: ErrorMessageConstants };