MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / roundTime

Function roundTime

packages/cli/src/utils/layoutAudit.ts:320–322  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

318}
319
320function roundTime(value: number): number {
321 return Math.round(value * 1000) / 1000;
322}
323
324function roundPx(value: number): number {
325 return Math.round(value * 100) / 100;

Callers 2

buildLayoutSampleTimesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected