summaryrefslogtreecommitdiff
path: root/cli/tsc/dts/lib.es2022.intl.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tsc/dts/lib.es2022.intl.d.ts')
-rw-r--r--cli/tsc/dts/lib.es2022.intl.d.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/tsc/dts/lib.es2022.intl.d.ts b/cli/tsc/dts/lib.es2022.intl.d.ts
index 18423719f..c41f999f1 100644
--- a/cli/tsc/dts/lib.es2022.intl.d.ts
+++ b/cli/tsc/dts/lib.es2022.intl.d.ts
@@ -17,7 +17,6 @@ and limitations under the License.
/// <reference no-default-lib="true"/>
declare namespace Intl {
-
/**
* An object with some or all properties of the `Intl.Segmenter` constructor `options` parameter.
*
@@ -90,7 +89,7 @@ declare namespace Intl {
*
* [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter).
*/
- new(locales?: BCP47LanguageTag | BCP47LanguageTag[], options?: SegmenterOptions): Segmenter;
+ new (locales?: BCP47LanguageTag | BCP47LanguageTag[], options?: SegmenterOptions): Segmenter;
/**
* Returns an array containing those of the provided locales that are supported without having to fall back to the runtime's default locale.