Skip to content

delete

Delete an existing branch reference.

Signature

ts
class Branch {
  delete(): void;
}

Released under the MIT License.