UNPKG

pj-nodegit

Version:

Node.js libgit2 asynchronous native bindings

7 lines (6 loc) 176 B
"use strict"; module.exports = function (NodeGit) { this.checkoutOpts = new NodeGit.CheckoutOptions(); this.mainline = 0; this.mergeOpts = new NodeGit.MergeOptions(); };