(value: any)
| 19 | createDirectoryInAssets("sum"), |
| 20 | "summary_config.json" |
| 21 | ); |
| 22 | |
| 23 | function codeTag(value: any): string { |
| 24 | return `<code>${htmlEscape(value)}</code>`; |
| 25 | } |
| 26 | |
| 27 | function attrEscape(value: any): string { |
| 28 | return htmlEscape(value).replace(/'/g, "'"); |
| 29 | } |
| 30 |
no outgoing calls
no test coverage detected