(element)
| 1318 | }; |
| 1319 | |
| 1320 | function isParagraphProperties(element) { |
| 1321 | return element.type === "paragraphProperties"; |
| 1322 | } |
| 1323 | |
| 1324 | function isRunProperties(element) { |
| 1325 | return element.type === "runProperties"; |
nothing calls this directly
no outgoing calls
no test coverage detected