(urlCount: number)
| 6 | } from './plugin-url-config.js'; |
| 7 | |
| 8 | export function shouldExpandForUrls(urlCount: number): boolean { |
| 9 | return urlCount > SINGLE_URL_THRESHOLD; |
| 10 | } |
| 11 | |
| 12 | export function addIndex(slug: string, index: number): string { |
| 13 | return `${slug}-${index + 1}`; |
no outgoing calls
no test coverage detected