| 1 | import { wrapSpannedStringByWord } from './wrapSpannedStringByWord'; |
| 2 | import Benchmark, { Event } from 'benchmark'; |
| 3 | import { SpannedString } from './SpannedString'; |
| 4 | import { T } from './formattedString'; |
nothing calls this directly
no test coverage detected