UNPKG

pj-nodegit

Version:

Node.js libgit2 asynchronous native bindings

8 lines (7 loc) 190 B
"use strict"; module.exports = function (NodeGit) { this.bare = 0; this.checkoutOpts = new NodeGit.CheckoutOptions(); this.fetchOpts = new NodeGit.FetchOptions(); this.local = 0; };