MCPcopy Create free account
hub / github.com/pinterest/gestalt / space

Function space

scripts/flex.js:19–19  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

17// --
18
19const space = (n) => (n === 0 ? 0 : `${(SPACING_PX * n) / 2}px`);
20
21const block = (str) =>
22 [

Callers 1

rulesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected