版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

8 lines
138 B

  1. declare enum RangeHowEnum {
  2. endToEnd = 2,
  3. endToStart = 3,
  4. startToEnd = 1,
  5. startToStart = 0
  6. }
  7. export default RangeHowEnum;