(content: string)
| 3 | } |
| 4 | |
| 5 | export function getCSSEchoURL(content: string): string { |
| 6 | return getEchoURL(content, 'text/css'); |
| 7 | } |
| 8 | |
| 9 | export function getJSEchoURL(script: string): string { |
| 10 | return getEchoURL(script, 'application/javascript'); |
no test coverage detected