MCPcopy Index your code
hub / github.com/microsoft/SandDance / paddingObject

Function paddingObject

docs/app/js/sanddance-app.js:142222–142227  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

142220}
142221const number = (_)=>+_ || 0;
142222const paddingObject = (_)=>({
142223 top: _,
142224 bottom: _,
142225 left: _,
142226 right: _
142227 });
142228function padding(_) {
142229 return (0, _vegaUtil.isObject)(_) ? {
142230 top: number(_.top),

Callers 2

paddingFunction · 0.70
parsePaddingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected