option-parser.ts 67 B

1234
  1. export type ParseRangeResult = {
  2. start: number,
  3. end: number,
  4. }