/range-list

Primary LanguageTypeScript

range-list

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

Usage with npm repo

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";

Run test

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