| 4 | * module only decides whether a URL is embeddable and what source to use. |
| 5 | */ |
| 6 | export interface EmbedInfo { |
| 7 | url: string |
| 8 | type: 'iframe' | 'video' | 'audio' |
| 9 | aspectRatio?: string |
| 10 | } |
| 11 | |
| 12 | /** |
| 13 | * The `parent` query param required by Twitch embeds. Reads the current host in |
nothing calls this directly
no outgoing calls
no test coverage detected