(widthKey: string)
| 7 | * @return {string} The width of the iframe. |
| 8 | */ |
| 9 | export function getIframeWidth(widthKey: string) { |
| 10 | return defaultWidths[widthKey] || defaultWidths["100%"]; |
| 11 | } |
| 12 | |
| 13 | /** |
| 14 | * Checks if the URL is valid. |
no outgoing calls
no test coverage detected