We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
intersect
1 parent 8938f1b commit a25a894Copy full SHA for a25a894
multi-integer-range.ts
@@ -138,7 +138,7 @@ export class MultiRange {
138
* Note that this modifies the original object
139
* rather than returning the new MultiRange object.
140
*/
141
- private intersect(value: Initializer): MultiRange {
+ public intersect(value: Initializer): MultiRange {
142
if (typeof value === 'undefined') {
143
throw new TypeError('Invalid input');
144
} else if (value instanceof MultiRange) {
0 commit comments