Type alias Slice

Slice: {
    end?: Integer;
    start: Integer;
}

Type declaration

  • Optional Readonly end?: Integer

    exclusive

  • Readonly start: Integer

    inclusive

Generated using TypeDoc