UNPKG

@readme/nodegit

Version:

Node.js libgit2 asynchronous native bindings

7 lines (6 loc) 185 B
module.exports = function(NodeGit) { this.checkoutOptions = new NodeGit.CheckoutOptions(); this.inmemory = 0; this.mergeOptions = new NodeGit.MergeOptions(); this.quiet = 0; };