Variable newIntlSegmenterConst
newIntlSegmenter: (
this: any,
...args: [locales?: LocalesArgument, options?: SegmenterOptions],
) => Segmenter = ...
Type Declaration
- (
this: any,
...args: [locales?: LocalesArgument, options?: SegmenterOptions],
): Segmenter Parameters
- this: any
- ...args: [locales?: LocalesArgument, options?: SegmenterOptions]
Returns Segmenter
Memoized version of
new Intl.Segmenter.