(regex: RegExp, subject: string)
| 122 | arrayOrString.length; |
| 123 | |
| 124 | export const test = (regex: RegExp, subject: string): boolean => |
| 125 | regex.test(subject); |
| 126 | |
| 127 | export const getUndefined = (): undefined => undefined; |
| 128 |
no outgoing calls
no test coverage detected
searching dependent graphs…