MCPcopy
hub / github.com/lelandrichardson/react-primitives / fmt

Function fmt

example/benchmarks/benchmark.js:1–1  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const fmt = time => `${Math.round(time * 100) / 100}ms`;
2
3const measure = fn => {
4 const start = performance.now();

Callers 1

doneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected