Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/typestyle/typestyle
/ mediaLength
Function
mediaLength
src/internal/utilities.ts:95–96 ·
view source on GitHub ↗
(value: number | string)
Source
from the content-addressed store, hash-verified
93
}
94
95
const
mediaLength = (value: number | string) =>
96
typeof value ===
'string'
? value : `${value}px`;
Callers
1
media
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…