MCPcopy Index your code
hub / github.com/formatjs/formatjs / breaksAtResult

Function breaksAtResult

packages/intl-segmenter/segmenter.ts:107–116  ·  view source on GitHub ↗
(
  breaks: boolean,
  matchingRule: string
)

Source from the content-addressed store, hash-verified

105}
106
107const breaksAtResult = (
108 breaks: boolean,
109 matchingRule: string
110): {
111 breaks: boolean
112 matchingRule: string
113} => ({
114 breaks,
115 matchingRule,
116})
117
118export class Segmenter {
119 private readonly rules

Callers 1

breaksAtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected