(pathname: string)
| 111 | } |
| 112 | |
| 113 | export function isDevClient(pathname: string) { |
| 114 | return pathname.startsWith(c.DEV_SERVER_URL); |
| 115 | } |
| 116 | |
| 117 | export function isDevModule(pathname: string) { |
| 118 | return pathname.includes(c.DEV_MODULE_URL); |
no outgoing calls
no test coverage detected