UNPKG

pj-nodegit

Version:

Node.js libgit2 asynchronous native bindings

7 lines (6 loc) 178 B
"use strict"; module.exports = function (NodeGit) { this.allowFetch = 1; this.checkoutOpts = new NodeGit.CheckoutOptions(); this.fetchOpts = new NodeGit.FetchOptions(); };