(url: string, patternArray: string)
| 560 | }; |
| 561 | |
| 562 | export const embeddedPatternCheckerString = (url: string, patternArray: string): string => { |
| 563 | return `(${embeddedPatternChecker})(${url},${patternArray},${isUrlMatchPattern},${isUrlMatchGlob},${isUrlMatchRegEx})`; |
| 564 | }; |
no outgoing calls
no test coverage detected