MCPcopy Index your code
hub / github.com/formatjs/formatjs / utils.ts

File utils.ts

packages/ecma402-abstract/utils.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type {BigDecimal} from '@formatjs/bigdecimal'
2import {memoize, strategies} from '@formatjs/fast-memoize'
3
4export function repeat(s: string, times: number): string {

Callers

nothing calls this directly

Calls 1

memoizeFunction · 0.90

Tested by

no test coverage detected