(shape: CustomSVGPathOption['shape'])
| 1490 | } |
| 1491 | |
| 1492 | function hasOwnPathData(shape: CustomSVGPathOption['shape']): boolean { |
| 1493 | return shape && (hasOwn(shape, 'pathData') || hasOwn(shape, 'd')); |
| 1494 | } |
no test coverage detected
searching dependent graphs…