(p: Plugin, platform: string)
| 183 | * Get each JavaScript Module for the given plugin |
| 184 | */ |
| 185 | export function getJSModules(p: Plugin, platform: string): any { |
| 186 | return getAllElements(p, platform, 'js-module'); |
| 187 | } |
| 188 | |
| 189 | /** |
| 190 | * Get each asset tag for the given plugin |
no test coverage detected