Skip to content

Commit d3dd48f

Browse files
Remove 'isRegExp'.
1 parent 21a5611 commit d3dd48f

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/lib/es6.d.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ interface SymbolConstructor {
5050
*/
5151
isConcatSpreadable: symbol;
5252

53-
/**
54-
* A Boolean value that if true indicates that an object may be used as a regular expression.
55-
*/
56-
isRegExp: symbol;
57-
5853
/**
5954
* A method that returns the default iterator for an object.Called by the semantics of the
6055
* for-of statement.
@@ -598,8 +593,6 @@ interface Math {
598593
}
599594

600595
interface RegExp {
601-
[Symbol.isRegExp]: boolean;
602-
603596
/**
604597
* Matches a string with a regular expression, and returns an array containing the results of
605598
* that search.

0 commit comments

Comments
 (0)