(_)
| 90151 | } |
| 90152 | const number = (_)=>+_ || 0; |
| 90153 | const paddingObject = (_)=>({ |
| 90154 | top: _, |
| 90155 | bottom: _, |
| 90156 | left: _, |
| 90157 | right: _ |
| 90158 | }); |
| 90159 | function padding(_) { |
| 90160 | return (0, _vegaUtil.isObject)(_) ? { |
| 90161 | top: number(_.top), |
no outgoing calls
no test coverage detected