We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a5611 commit d3dd48fCopy full SHA for d3dd48f
1 file changed
src/lib/es6.d.ts
@@ -50,11 +50,6 @@ interface SymbolConstructor {
50
*/
51
isConcatSpreadable: symbol;
52
53
- /**
54
- * A Boolean value that if true indicates that an object may be used as a regular expression.
55
- */
56
- isRegExp: symbol;
57
-
58
/**
59
* A method that returns the default iterator for an object.Called by the semantics of the
60
* for-of statement.
@@ -598,8 +593,6 @@ interface Math {
598
593
}
599
594
600
595
interface RegExp {
601
- [Symbol.isRegExp]: boolean;
602
603
596
604
597
* Matches a string with a regular expression, and returns an array containing the results of
605
* that search.
0 commit comments