(indent = "")
| 53 | }; |
| 54 | |
| 55 | function tsExperimentalJSDoc(indent = ""): string { |
| 56 | return `${indent}${TS_EXPERIMENTAL_JSDOC}`; |
| 57 | } |
| 58 | |
| 59 | function sanitizeJsDocText(text: string): string { |
| 60 | return text.trim().replace(/\*\//g, "* /"); |
no outgoing calls
no test coverage detected
searching dependent graphs…