(t, i)
| 1145 | return setTopRightBottomLeftOr(t, {}, 'border', 'Style', s, s, s, s); |
| 1146 | }; |
| 1147 | var peg$f117 = function(t, i) { |
| 1148 | const ret = setTopRightBottomLeftOr(t, {}, 'border', 'Style', i, i, i, i); |
| 1149 | setTopRightBottomLeftOr(t, ret, 'border', 'Width', i, i, i, i); |
| 1150 | setTopRightBottomLeftOr(t, ret, 'border', 'Color', i, i, i, i); |
| 1151 | return ret; |
| 1152 | }; |
| 1153 | var peg$f118 = function(backgroundColor) { |
| 1154 | return {backgroundColor}; |
| 1155 | }; |
no test coverage detected