node-multi-integer-range icon indicating copy to clipboard operation
node-multi-integer-range copied to clipboard

Parses and manipulates multiple comma-separated integer ranges (eg "1-3,8-10")

Results 1 node-multi-integer-range issues
Sort by recently updated
recently updated
newest added

### Steps - [ ] Allow raw bigint values as input (`new MultiRange([[555n, 999n]])`) - [ ] Add an option to parse strings as bigint ```js new MultiRange('999999999999999999', { bigInt:...

:sparkles:enh