()
| 2 | import { KeyValue } from './Utils' |
| 3 | |
| 4 | export const arrayRegex = () => |
| 5 | /^([\u0080-\uFFFF.0-9a-zA-Z_$%-][\u0080-\uFFFF0-9a-zA-Z_$%.%-]*)\[((?!(\]|\[)).*|)\]$/gm |
| 6 | |
| 7 | const regexCache = {} as KeyValue |
| 8 |
no outgoing calls
no test coverage detected
searching dependent graphs…