(value: string, pattern: RegExp)
| 471 | } |
| 472 | |
| 473 | function has(value: string, pattern: RegExp) { |
| 474 | return pattern.test(value); |
| 475 | } |
| 476 | |
| 477 | function labID(id: string, providerId?: string) { |
| 478 | const [first] = id.split("/"); |
no outgoing calls
no test coverage detected