(url: string)
| 14 | }; |
| 15 | |
| 16 | export function getIdentifiers(url: string): FeatureHelper { |
| 17 | const id = getFeatureId(url); |
| 18 | return { |
| 19 | id, |
| 20 | class: 'rgh-' + id, |
| 21 | selector: '.rgh-' + id, |
| 22 | }; |
| 23 | } |
| 24 | |
| 25 | function noop(): void {/* empty */} |
| 26 |
no test coverage detected