Incorrect function names in Object class
The documentation currently lists the Object class as having two methods, string2typeand type2string. However, as of nodegit@0.22.1, these functions do not exist and are instead called string2Type and type2String.