Skip to content

len

Gets the count of rebase operations that are to be applied.

Signature

ts
class Rebase {
  len(): number;
}

Returns

  • bigint

    The count of rebase operations.

Released under the MIT License.