A class for managing integer ranges, support add/remove range, and also convert and display the ranges.
Check class implement in src\RangeList\index.ts
In your repo
npm i @valenw/range-list
and you can use range list class in your code after
import { RangeList } from "@valenw/range-list";
clone into your local, and cd to the root dir, then
npm i
npm test
You can update test cases in src\RangeList\index.test.ts