Range-1
Range: {
(): Range;
END_TO_END: 2;
END_TO_START: 3;
prototype: Range;
START_TO_END: 1;
START_TO_START: 0;
};
Type Declaration
Returns
END_TO_END
readonly END_TO_END: 2;
END_TO_START
readonly END_TO_START: 3;
prototype
prototype: Range;
START_TO_END
readonly START_TO_END: 1;
START_TO_START
readonly START_TO_START: 0;