Fork me on GitHub
#clojurescript
<
2016-12-03
>
ezmiller15:12:43

what’s the best way to access this function nodegit.Repository.open?

ezmiller15:12:57

on a javascript object.

henriklundahl15:12:41

@ezmiller (js/nodegit.Repository.open "xyz") should work.

ezmiller16:12:00

ahh okay @henriklundahl , i thought i might need to use the . or ..