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