UNPKG

@readme/nodegit

Version:

Node.js libgit2 asynchronous native bindings

6 lines (5 loc) 163 B
module.exports = function(NodeGit) { this.allowFetch = 1; this.checkoutOpts = new NodeGit.CheckoutOptions(); this.fetchOpts = new NodeGit.FetchOptions(); };