(value?: string)
| 23 | } |
| 24 | |
| 25 | export function checkDistribution(value?: string): void { |
| 26 | checkStringTypeUnionValue(VALID_DISTRIBUTION_VALUES, 'Distribution', value); |
| 27 | } |
| 28 | |
| 29 | /** |
| 30 | * Initializer base class. |
no test coverage detected
searching dependent graphs…