Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
const
fmt = time => `${Math.round(time * 100) / 100}ms`;
2
3
const
measure = fn => {
4
const
start = performance.now();
Callers
1
done
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected