Skip to content

asObject

Casts this Tree to be usable as an GitObject.

Signature

ts
class Tree {
  asObject(): GitObject;
}

Returns

  • GitObject

    Git object.

Released under the MIT License.