UNPKG

pj-nodegit

Version:

Node.js libgit2 asynchronous native bindings

8 lines (7 loc) 200 B
"use strict"; module.exports = function (NodeGit) { this.checkoutOptions = new NodeGit.CheckoutOptions(); this.inmemory = 0; this.mergeOptions = new NodeGit.MergeOptions(); this.quiet = 0; };