MCPcopy
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
95const mediaLength = (value: number | string) =>
96 typeof value === 'string' ? value : `${value}px`;

Callers 1

mediaFunction · 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…