(...args)
| 107 | } |
| 108 | |
| 109 | export function getPath(...args) { |
| 110 | return cleanPath(args.map(normaliseFragment).join('/')); |
| 111 | } |
| 112 | |
| 113 | export const replaceSlug = cached(path => { |
| 114 | return path.replace('#', '?id='); |
no outgoing calls
no test coverage detected
searching dependent graphs…