diff options
Diffstat (limited to 'core/internal.d.ts')
-rw-r--r-- | core/internal.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/internal.d.ts b/core/internal.d.ts index 004e068ff..a91ac6244 100644 --- a/core/internal.d.ts +++ b/core/internal.d.ts @@ -78,6 +78,7 @@ declare namespace __bootstrap { export const SafePromisePrototypeFinally: UncurryThis< Promise.prototype.finally >; + export const SafeRegExp: typeof RegExp; // safe iterators export const SafeArrayIterator: new <T>(array: T[]) => IterableIterator<T>; |