| 49 | * "..output-1.value...output-2.value...output-3.value...output-4.value.." |
| 50 | */ |
| 51 | export const isMultiOutputProp = idAndProp => idAndProp.startsWith('..'); |
| 52 | |
| 53 | const ALL = {wild: 'ALL', multi: 1}; |
| 54 | const MATCH = {wild: 'MATCH'}; |
no outgoing calls
no test coverage detected
searching dependent graphs…