| 7 | } |
| 8 | |
| 9 | interface LinksBuilderOptions { |
| 10 | productsSelector: string; |
| 11 | sitePrefix: string; |
| 12 | titleAttribute?: string; |
| 13 | titleSelector: string; |
| 14 | urlSelector?: string; |
| 15 | } |
| 16 | |
| 17 | const isPartialUrlRegExp = /^(?!https?:).*/i; |
| 18 |
nothing calls this directly
no outgoing calls
no test coverage detected